mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-19 10:22:23 +00:00
fix comment
This commit is contained in:
parent
c77ac20917
commit
480671d52b
1 changed files with 1 additions and 0 deletions
|
|
@ -1039,6 +1039,7 @@ func (p *BlobPool) SetGasTip(tip *big.Int) {
|
||||||
p.stored -= uint64(tx.size)
|
p.stored -= uint64(tx.size)
|
||||||
delete(p.lookup, tx.hash)
|
delete(p.lookup, tx.hash)
|
||||||
ids[j], nonces[j] = tx.id, tx.nonce
|
ids[j], nonces[j] = tx.id, tx.nonce
|
||||||
|
txs[i+j] = nil
|
||||||
}
|
}
|
||||||
// Clear out the dropped transactions from the index
|
// Clear out the dropped transactions from the index
|
||||||
if i > 0 {
|
if i > 0 {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue