mempool: minor.
This commit is contained in:
parent
3ada25564e
commit
1d4fbc1833
@ -181,7 +181,7 @@ Mempool.prototype._addBlock = function addBlock(block, txs) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
this.removeEntry(entry);
|
this.removeEntry(entry);
|
||||||
this.removeDoubleSpends(tx);
|
|
||||||
this.emit('confirmed', tx, block);
|
this.emit('confirmed', tx, block);
|
||||||
|
|
||||||
entries.push(entry);
|
entries.push(entry);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user