Skip to content

Commit

Permalink
Update log print in pkg/chains/chain.go
Browse files Browse the repository at this point in the history
Co-authored-by: Dmitry S <[email protected]>
  • Loading branch information
ws4charlie and swift1337 authored Jul 22, 2024
1 parent 63eb25b commit 7800034
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/chains/chain.go
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ func (chain Chain) EncodeAddress(b []byte) (string, error) {
}
return pk.String(), nil
default:
return "", fmt.Errorf("chain (%d) not supported", chain.ChainId)
return "", fmt.Errorf("chain id %d not supported", chain.ChainId)
}
}

Expand Down

0 comments on commit 7800034

Please sign in to comment.