override zmq for now.

This commit is contained in:
Chris Kleeschulte 2017-03-02 15:54:03 -05:00
parent 72b2f160f2
commit f3e1ff0842

View File

@ -338,8 +338,8 @@ Bitcoin.prototype._connectProcess = function(config, callback) {
return callback(new Error('Stopping while trying to connect to bitcoind.'));
}
self._initZmqSubSocket(node, config.zmqpubrawtx);
self._subscribeZmqEvents(node);
//self._initZmqSubSocket(node, config.zmqpubrawtx);
//self._subscribeZmqEvents(node);
callback(null, node);
});