Skip to content

Commit 39d97c7

Browse files
jcvernaleofirmianavan
authored andcommitted
core: change comment to match code more closely (ethereum#16963)
1 parent 2e4d24b commit 39d97c7

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
@@ -1107,7 +1107,7 @@ func (pool *TxPool) demoteUnexecutables() {
11071107
log.Trace("Demoting pending transaction", "hash", hash)
11081108
pool.enqueueTx(hash, tx)
11091109
}
1110-
// If there's a gap in front, warn (should never happen) and postpone all transactions
1110+
// If there's a gap in front, alert (should never happen) and postpone all transactions
11111111
if list.Len() > 0 && list.txs.Get(nonce) == nil {
11121112
for _, tx := range list.Cap(0) {
11131113
hash := tx.Hash()

0 commit comments

Comments
 (0)