Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
julienrbrt committed Jan 11, 2024
1 parent 681f7ee commit 96428d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/v2/autocli/flag/address.go
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ func (a *consensusAddressValue) Set(s string) error {

a.value, err = a.addressCodec.BytesToString(pk.Address())
if err != nil {
return fmt.Errorf("invalid account address or key name: %w", err)
return fmt.Errorf("invalid pubkey address: %w", err)
}

return nil
Expand Down

0 comments on commit 96428d2

Please sign in to comment.