core/blobpool: fix typo in comment

This commit is contained in:
clive 2026-03-20 22:14:19 +08:00
parent 59ce2cb6a1
commit a9a6911195

View file

@ -1746,7 +1746,7 @@ func (p *BlobPool) addLocked(tx *types.Transaction, checkGapped bool) (err error
addValidMeter.Mark(1)
// Transaction was addded successfully, but we only announce if it is (close to being)
// Transaction was added successfully, but we only announce if it is (close to being)
// includable and the previous one was already announced.
if p.isAnnouncable(meta) && (meta.nonce == next || (len(txs) > 1 && txs[offset-1].announced)) {
meta.announced = true