diff --git a/rpc/backend/tx_info_test.go b/rpc/backend/tx_info_test.go index 51c92037b9..c76a26ead8 100644 --- a/rpc/backend/tx_info_test.go +++ b/rpc/backend/tx_info_test.go @@ -186,8 +186,8 @@ func (suite *BackendTestSuite) TestGetTransactionByHash() { rpcTransaction, err := rpctypes.NewRPCTransaction( msgEthereumTx.AsTransaction(), - common.Hash{}, - 0, + common.HexToHash("0x1"), + 1, 0, big.NewInt(1), suite.backend.chainID,