Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
  • Loading branch information
Djadih committed Oct 16, 2024
1 parent bc7f2c5 commit 2be98b7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmd/utils/flags.go
Original file line number Diff line number Diff line change
Expand Up @@ -767,6 +767,7 @@ func ParseCoinbaseAddresses() (map[string]common.Address, error) {
for _, qiCoinbase := range strings.Split(qiCoinbases, ",") {
qiAddr, err := isValidAddress(qiCoinbase)
if err != nil {
log.Global.Info(len(qiCoinbase))
log.Global.WithField("err", err).Fatalf("Error parsing qi address")
return nil, err
}
Expand Down

0 comments on commit 2be98b7

Please sign in to comment.