Skip to content

Commit 0e380dd

Browse files
miner: fix typos (#29625)
1 parent 853e0c2 commit 0e380dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

miner/worker.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -339,7 +339,7 @@ func (miner *Miner) commitTransactions(env *environment, plainTxs, blobTxs *tran
339339
continue
340340
}
341341
// Error may be ignored here. The error has already been checked
342-
// during transaction acceptance is the transaction pool.
342+
// during transaction acceptance in the transaction pool.
343343
from, _ := types.Sender(env.signer, tx)
344344

345345
// Check whether the tx is replay protected. If we're not in the EIP155 hf

0 commit comments

Comments
 (0)