Merge pull request #9 from oipwg/regtest-paramaters
Fix Regtest Support!
This commit is contained in:
commit
5ca1e5132b
@ -443,7 +443,7 @@ P2P.prototype._startBcoin = function(callback) {
|
|||||||
port = this._configPeers[0].port || 17312;
|
port = this._configPeers[0].port || 17312;
|
||||||
} else {
|
} else {
|
||||||
network = this.node.network;
|
network = this.node.network;
|
||||||
port = this._configPeers[0].port || 48444;
|
port = this._configPeers[0].port || 17412;
|
||||||
}
|
}
|
||||||
|
|
||||||
this._bcoin = new Bcoin({
|
this._bcoin = new Bcoin({
|
||||||
|
|||||||
@ -5,7 +5,7 @@
|
|||||||
"node": ">=8.0.0"
|
"node": ">=8.0.0"
|
||||||
},
|
},
|
||||||
"author": "BitPay <dev@bitpay.com>",
|
"author": "BitPay <dev@bitpay.com>",
|
||||||
"version": "5.0.6",
|
"version": "5.0.7",
|
||||||
"main": "./index.js",
|
"main": "./index.js",
|
||||||
"repository": "git://github.com/oipwg/flocore-node.git",
|
"repository": "git://github.com/oipwg/flocore-node.git",
|
||||||
"homepage": "https://github.com/oipwg/flocore-node",
|
"homepage": "https://github.com/oipwg/flocore-node",
|
||||||
@ -36,7 +36,7 @@
|
|||||||
"commander": "^2.8.1",
|
"commander": "^2.8.1",
|
||||||
"errno": "^0.1.4",
|
"errno": "^0.1.4",
|
||||||
"express": "^4.13.3",
|
"express": "^4.13.3",
|
||||||
"fcoin": "^1.1.2",
|
"fcoin": "^1.1.3",
|
||||||
"flocore-lib": "^0.15.2",
|
"flocore-lib": "^0.15.2",
|
||||||
"flocore-message": "^1.0.7",
|
"flocore-message": "^1.0.7",
|
||||||
"flocore-p2p": "^5.0.0-beta.8",
|
"flocore-p2p": "^5.0.0-beta.8",
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user