override zmq for now.
This commit is contained in:
parent
72b2f160f2
commit
f3e1ff0842
@ -338,8 +338,8 @@ Bitcoin.prototype._connectProcess = function(config, callback) {
|
|||||||
return callback(new Error('Stopping while trying to connect to bitcoind.'));
|
return callback(new Error('Stopping while trying to connect to bitcoind.'));
|
||||||
}
|
}
|
||||||
|
|
||||||
self._initZmqSubSocket(node, config.zmqpubrawtx);
|
//self._initZmqSubSocket(node, config.zmqpubrawtx);
|
||||||
self._subscribeZmqEvents(node);
|
//self._subscribeZmqEvents(node);
|
||||||
|
|
||||||
callback(null, node);
|
callback(null, node);
|
||||||
});
|
});
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user