miner: fix typo

This commit is contained in:
Péter Szilágyi 2024-02-16 23:17:06 +02:00
parent dd55510964
commit c4d38d5a74

View file

@ -1004,7 +1004,7 @@ func (w *worker) fillTransactions(interrupt *atomic.Int32, env *environment) err
tip := w.tip
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
if env.header.BaseFee != nil {
baseFee = uint256.MustFromBig(env.header.BaseFee)