From 7487f79eb00e68520cd086aaa8a59beef548970d Mon Sep 17 00:00:00 2001 From: Alex Lucaci Date: Tue, 20 Jun 2023 16:06:56 +0300 Subject: [PATCH] fix: typo --- miner/worker.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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):