Skip to content

Commit d7b073a

Browse files
0xmountaintopjorgemmsilva
authored andcommitted
miner: fix typos (ethereum#29625)
1 parent b48399b commit d7b073a

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)