Skip to content

Commit 6b87c07

Browse files
committed
core: fix comment typo (ethereum#18144)
1 parent a666465 commit 6b87c07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/tx_pool.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -963,7 +963,7 @@ func (pool *TxPool) addTxs(txs []*types.Transaction, local bool) []error {
963963
// addTxsLocked attempts to queue a batch of transactions if they are valid,
964964
// whilst assuming the transaction pool lock is already held.
965965
func (pool *TxPool) addTxsLocked(txs []*types.Transaction, local bool) []error {
966-
// Add the batch of transaction, tracking the accepted ones
966+
// Add the batch of transactions, tracking the accepted ones
967967
dirty := make(map[common.Address]struct{})
968968
errs := make([]error, len(txs))
969969

0 commit comments

Comments
 (0)