From c4d38d5a7436e576e850e1133c06877619034b9c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C3=A9ter=20Szil=C3=A1gyi?= Date: Fri, 16 Feb 2024 23:17:06 +0200 Subject: [PATCH] miner: fix typo --- miner/worker.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/miner/worker.go b/miner/worker.go index 5af3311c9a..6e4facdd0a 100644 --- a/miner/worker.go +++ b/miner/worker.go @@ -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)