minor.
This commit is contained in:
parent
7cf1f8802f
commit
77e28d28f4
@ -271,7 +271,7 @@ Pool.prototype._init = function _init() {
|
|||||||
var i;
|
var i;
|
||||||
|
|
||||||
if (this.mempool) {
|
if (this.mempool) {
|
||||||
this.mempool.on('add orphan', function(tx) {
|
this.mempool.on('remove orphan', function(tx) {
|
||||||
self.rejects.add(tx.hash());
|
self.rejects.add(tx.hash());
|
||||||
});
|
});
|
||||||
this.mempool.on('bad orphan', function(tx) {
|
this.mempool.on('bad orphan', function(tx) {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user