mempool: minor.

This commit is contained in:
Christopher Jeffrey 2016-12-26 13:55:21 -08:00
parent 3ada25564e
commit 1d4fbc1833
No known key found for this signature in database
GPG Key ID: 8962AB9DE6666BBD

View File

@ -181,7 +181,7 @@ Mempool.prototype._addBlock = function addBlock(block, txs) {
}
this.removeEntry(entry);
this.removeDoubleSpends(tx);
this.emit('confirmed', tx, block);
entries.push(entry);