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 d10fdba commit 649568cCopy full SHA for 649568c
x/evm/types/eth.go
@@ -52,7 +52,7 @@ func (tx *EthereumTx) UnmarshalJSON(bz []byte) error {
52
if err := json.Unmarshal(bz, &data); err != nil {
53
return err
54
}
55
- return tx.UnmarshalBinary(data)
+ return tx.Unmarshal(data)
56
57
58
func (tx EthereumTx) MarshalJSON() ([]byte, error) {
0 commit comments