From 77e28d28f4b9e38beb7e64c98ba02592d6338993 Mon Sep 17 00:00:00 2001 From: Christopher Jeffrey Date: Mon, 23 May 2016 03:28:16 -0700 Subject: [PATCH] minor. --- lib/bcoin/pool.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/bcoin/pool.js b/lib/bcoin/pool.js index 96ef5efa..c76fd72d 100644 --- a/lib/bcoin/pool.js +++ b/lib/bcoin/pool.js @@ -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) {