Skip to content

Commit

Permalink
Update client/debug/main.go
Browse files Browse the repository at this point in the history
Co-authored-by: Hieu Vu <72878483+hieuvubk@users.noreply.github.com>
  • Loading branch information
mmsqe and hieuvubk authored May 10, 2024
1 parent 83a1883 commit 5e2b905
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/debug/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@ func AddrCmd() *cobra.Command {
clientCtx.ValidatorAddressCodec.StringToBytes,
clientCtx.ConsensusAddressCodec.StringToBytes,
}
errs := make([]any, 0, len(decodeFns))
errs := make([]error 0, len(decodeFns))
for _, fn := range decodeFns {
if addr, err = fn(addrString); err == nil {
break
Expand Down

0 comments on commit 5e2b905

Please sign in to comment.