Skip to content

Commit c61f46d

Browse files
jcvernaleokielbarry
authored andcommitted
core: change comment to match code more closely (ethereum#16963)
1 parent 404cd5d commit c61f46d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/tx_pool.go

+1-1
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)