eth: change comment to match code more closely

This commit is contained in:
John C. Vernaleo 2018-06-12 14:15:24 -04:00
parent 423d4254f5
commit 0ecb42958e
No known key found for this signature in database
GPG key ID: B15210D35378BD54

View file

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