miner: fix typos (#29625)

pull/29626/head
HAOYUatHZ 5 months ago committed by GitHub
parent 853e0c23f3
commit 0e380ddaf7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      miner/worker.go

@ -339,7 +339,7 @@ func (miner *Miner) commitTransactions(env *environment, plainTxs, blobTxs *tran
continue
}
// Error may be ignored here. The error has already been checked
// during transaction acceptance is the transaction pool.
// during transaction acceptance in the transaction pool.
from, _ := types.Sender(env.signer, tx)
// Check whether the tx is replay protected. If we're not in the EIP155 hf

Loading…
Cancel
Save