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 8a529a3 commit e5d5c69Copy full SHA for e5d5c69
x/evm/types/utils_test.go
@@ -67,8 +67,8 @@ func TestUnwrapEthererumMsg(t *testing.T) {
67
tx = builder.GetTx().(sdk.Tx)
68
msg_, err := evmtypes.UnwrapEthereumMsg(&tx, msg.AsTransaction().Hash())
69
require.Nil(t, err)
70
- // mmsqe time
71
- require.Equal(t, msg_.Data, msg.Data)
+ // mmsqe setDecoded change time after Unmarshal
+ require.Equal(t, msg_.Raw.Transaction.Hash(), msg.Raw.Transaction.Hash())
72
}
73
74
func TestBinSearch(t *testing.T) {
0 commit comments