Commit c62c4865 authored by Conner Fromknecht's avatar Conner Fromknecht

fix: correct typo in nonce too high execution log

parent d205c1d6
......@@ -864,7 +864,7 @@ func (w *worker) commitTransactionsWithError(txs *types.TransactionsByPriceAndNo
case 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 nil:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment