miner: fix typos (#29625)

This commit is contained in:
HAOYUatHZ 2024-04-23 18:06:25 +08:00 committed by GitHub
parent 853e0c23f3
commit 0e380ddaf7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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