From c568129e932ca7d61668a56060bdacd9c5dd9b44 Mon Sep 17 00:00:00 2001 From: skosito Date: Mon, 17 Jun 2024 21:05:29 +0200 Subject: [PATCH] fix tx info tests --- rpc/backend/tx_info_test.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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,