mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-06-19 21:31:37 +00:00
core/blobpool: fix typo in comment
This commit is contained in:
parent
59ce2cb6a1
commit
a9a6911195
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue