This commit is contained in:
Christopher Jeffrey 2016-05-23 03:28:16 -07:00
parent 7cf1f8802f
commit 77e28d28f4
No known key found for this signature in database
GPG Key ID: 8962AB9DE6666BBD

View File

@ -271,7 +271,7 @@ Pool.prototype._init = function _init() {
var i;
if (this.mempool) {
this.mempool.on('add orphan', function(tx) {
this.mempool.on('remove orphan', function(tx) {
self.rejects.add(tx.hash());
});
this.mempool.on('bad orphan', function(tx) {