Skip to content

Commit a1f4b93

Browse files
committed
eth: same same
1 parent e229be9 commit a1f4b93

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

eth/handler_test.go

+2-2
Original file line numberDiff line numberDiff line change
@@ -112,8 +112,8 @@ func (p *testTxPool) Pending(minTip *uint256.Int, baseFee *uint256.Int, blobFee
112112
Hash: tx.Hash(),
113113
Tx: tx,
114114
Time: tx.Time(),
115-
GasFeeCap: tx.GasFeeCap(),
116-
GasTipCap: tx.GasTipCap(),
115+
GasFeeCap: uint256.MustFromBig(tx.GasFeeCap()),
116+
GasTipCap: uint256.MustFromBig(tx.GasTipCap()),
117117
Gas: tx.Gas(),
118118
BlobGas: tx.BlobGas(),
119119
})

0 commit comments

Comments
 (0)