Skip to content

Commit

Permalink
core: change comment to match code more closely (#16963)
Browse files Browse the repository at this point in the history
  • Loading branch information
jcvernaleo authored and karalabe committed Jun 13, 2018
1 parent 423d425 commit 8c4a7fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/tx_pool.go
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit 8c4a7fa

Please sign in to comment.