We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe7679e commit e4685e6Copy full SHA for e4685e6
cmd/convert/address.go
@@ -99,8 +99,7 @@ func GetConvertAddressCmd() *cobra.Command {
99
}
100
101
// case 3
102
- evmAddress := common.BytesToAddress(bz)
103
- fmt.Println(evmAddress.Hex())
+ fmt.Printf("0x%x\n", bz)
104
},
105
106
constants/varcons.go
@@ -4,5 +4,5 @@ package constants
4
5
//goland:noinspection GoSnakeCaseUsage
6
var (
7
- VERSION = "2.0.3"
+ VERSION = "2.0.4"
8
)
0 commit comments