mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-20 10:52:25 +00:00
miner: fix typo
This commit is contained in:
parent
dd55510964
commit
c4d38d5a74
1 changed files with 1 additions and 1 deletions
|
|
@ -1004,7 +1004,7 @@ func (w *worker) fillTransactions(interrupt *atomic.Int32, env *environment) err
|
||||||
tip := w.tip
|
tip := w.tip
|
||||||
w.mu.RUnlock()
|
w.mu.RUnlock()
|
||||||
|
|
||||||
// Retrieve the pending transactions pre-filtered by the 1559/4844 dynaimc fees
|
// Retrieve the pending transactions pre-filtered by the 1559/4844 dynamic fees
|
||||||
var baseFee *uint256.Int
|
var baseFee *uint256.Int
|
||||||
if env.header.BaseFee != nil {
|
if env.header.BaseFee != nil {
|
||||||
baseFee = uint256.MustFromBig(env.header.BaseFee)
|
baseFee = uint256.MustFromBig(env.header.BaseFee)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue