mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-20 10:52:25 +00:00
eth: same same
This commit is contained in:
parent
e229be90b0
commit
a1f4b93d9b
1 changed files with 2 additions and 2 deletions
|
|
@ -112,8 +112,8 @@ func (p *testTxPool) Pending(minTip *uint256.Int, baseFee *uint256.Int, blobFee
|
||||||
Hash: tx.Hash(),
|
Hash: tx.Hash(),
|
||||||
Tx: tx,
|
Tx: tx,
|
||||||
Time: tx.Time(),
|
Time: tx.Time(),
|
||||||
GasFeeCap: tx.GasFeeCap(),
|
GasFeeCap: uint256.MustFromBig(tx.GasFeeCap()),
|
||||||
GasTipCap: tx.GasTipCap(),
|
GasTipCap: uint256.MustFromBig(tx.GasTipCap()),
|
||||||
Gas: tx.Gas(),
|
Gas: tx.Gas(),
|
||||||
BlobGas: tx.BlobGas(),
|
BlobGas: tx.BlobGas(),
|
||||||
})
|
})
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue