Skip to content

Commit deef085

Browse files
committed
doc: update comment
1 parent 0585fb3 commit deef085

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils/address_codec_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ func TestBytesToString(t *testing.T) {
109109
config.SetBech32PrefixForAccount("cosmos", "cosmospub")
110110

111111
addrBz := common.HexToAddress(hex).Bytes() // 20 bytes
112-
zeroAddr := common.Address{}.Hex() // "0x0000..."
112+
zeroAddr := common.Address{}.Hex() // "0x000..."
113113

114114
// Helper codec (used only where we want to derive bytes from the bech32 string)
115115
cdc := utils.NewEvmCodec("cosmos")

0 commit comments

Comments
 (0)