Skip to content

Commit

Permalink
fix tx info tests
Browse files Browse the repository at this point in the history
  • Loading branch information
skosito committed Jun 17, 2024
1 parent 5fa98a6 commit c568129
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rpc/backend/tx_info_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit c568129

Please sign in to comment.