Merge pull request #517 from tj-bitpay/fix-merge-conflicts
revert merge conflicts from last PR
This commit is contained in:
commit
613cf6ebfb
@ -332,16 +332,10 @@ P2P.prototype._setResourceFilter = function(filter, resource) {
|
|||||||
|
|
||||||
};
|
};
|
||||||
|
|
||||||
<<<<<<< HEAD
|
|
||||||
P2P.prototype._startBcoin = function(callback) {
|
P2P.prototype._startBcoin = function(callback) {
|
||||||
var self = this;
|
var self = this;
|
||||||
const network = ['livenet', 'live', 'main', 'mainnet'].indexOf(this.node.network) !== -1? 'main' : 'testnet';
|
const network = ['livenet', 'live', 'main', 'mainnet'].indexOf(this.node.network) !== -1? 'main' : 'testnet';
|
||||||
self._bcoin = new Bcoin({
|
self._bcoin = new Bcoin({
|
||||||
=======
|
|
||||||
P2P.prototype._startBcoin = function() {
|
|
||||||
var network = ['livenet', 'live', 'main', 'mainnet'].indexOf(this.node.network) !== -1? 'main' : 'testnet';
|
|
||||||
this._bcoin = new Bcoin({
|
|
||||||
>>>>>>> 8811190de0a9e09baef7e63d85e065e72b9da8a4
|
|
||||||
network: network,
|
network: network,
|
||||||
prefix: self.node.datadir,
|
prefix: self.node.datadir,
|
||||||
port: 48333
|
port: 48333
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user