Skip to content

Commit

Permalink
add ticket to revisit errors.Join issue
Browse files Browse the repository at this point in the history
  • Loading branch information
aalu1418 committed May 23, 2024
1 parent b7fa244 commit 6d11141
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/solana/config/toml.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ func (cs TOMLConfigs) ValidateConfig() (err error) {
}

func (cs TOMLConfigs) validateKeys() (err error) {
errA := []error{}
errA := []error{} // goal: remove and go back to only errors.Join (https://smartcontract-it.atlassian.net/browse/BCI-3330)

// Unique chain IDs
chainIDs := config.UniqueStrings{}
Expand Down

0 comments on commit 6d11141

Please sign in to comment.