plugin id is zmq not bzmq
This commit is contained in:
parent
6c6e0ad446
commit
2b0815df6c
@ -15,7 +15,7 @@ Bcoin.prototype.start = function(callback) {
|
||||
|
||||
// bzmq allows zmq connections to fcoin
|
||||
self._bcoin.use(bzmq)
|
||||
self._bzmq = self._bcoin.require('bzmq')
|
||||
self._bzmq = self._bcoin.require('zmq')
|
||||
|
||||
log.info('Starting Fcoin full node...');
|
||||
|
||||
|
||||
@ -5,7 +5,7 @@
|
||||
"node": ">=8.0.0"
|
||||
},
|
||||
"author": "BitPay <dev@bitpay.com>",
|
||||
"version": "5.0.0-beta.73",
|
||||
"version": "5.0.0-beta.74",
|
||||
"main": "./index.js",
|
||||
"repository": "git://github.com/oipwg/flocore-node.git",
|
||||
"homepage": "https://github.com/oipwg/flocore-node",
|
||||
|
||||
Loading…
Reference in New Issue
Block a user