Skip to content

Commit

Permalink
miner: fix typos (#29625)
Browse files Browse the repository at this point in the history
  • Loading branch information
HAOYUatHZ committed Apr 23, 2024
1 parent 853e0c2 commit 0e380dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion miner/worker.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0e380dd

Please sign in to comment.