diff --git a/miner/worker.go b/miner/worker.go index ebc344349f..6f196015e7 100644 --- a/miner/worker.go +++ b/miner/worker.go @@ -875,7 +875,7 @@ LOOP: case errors.Is(err, core.ErrNonceTooHigh): // Reorg notification data race between the transaction pool and miner, skip account = - log.Trace("Skipping account with hight nonce", "sender", from, "nonce", tx.Nonce()) + log.Trace("Skipping account with high nonce", "sender", from, "nonce", tx.Nonce()) txs.Pop() case errors.Is(err, nil):