Skip to content

Commit

Permalink
fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
mask-pp committed Sep 17, 2024
1 parent c77ac20 commit 480671d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions core/txpool/blobpool/blobpool.go
Original file line number Diff line number Diff line change
Expand Up @@ -1039,6 +1039,7 @@ func (p *BlobPool) SetGasTip(tip *big.Int) {
p.stored -= uint64(tx.size)
delete(p.lookup, tx.hash)
ids[j], nonces[j] = tx.id, tx.nonce
txs[i+j] = nil
}
// Clear out the dropped transactions from the index
if i > 0 {
Expand Down

0 comments on commit 480671d

Please sign in to comment.