Skip to content

Commit

Permalink
legacy test fix
Browse files Browse the repository at this point in the history
  • Loading branch information
dusannosovic-ethernal committed Mar 13, 2024
1 parent 4dfd753 commit 4dec387
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions e2e/txpool_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ func generateTx(params generateTxReqParams) *types.Transaction {
unsignedTx.SetGasPrice(params.gasPrice)
} else {
unsignedTx = types.NewTx(types.NewDynamicFeeTx(
types.WithChainID(new(big.Int).SetUint64(defaultChainID)),
types.WithNonce(params.nonce),
types.WithTo(&params.toAddress),
types.WithGas(1000000),
Expand Down

0 comments on commit 4dec387

Please sign in to comment.