fixed merge conflicts
This commit is contained in:
parent
93a78cadf1
commit
54130ce77b
@ -332,16 +332,10 @@ P2P.prototype._setResourceFilter = function(filter, resource) {
|
||||
|
||||
};
|
||||
|
||||
<<<<<<< HEAD
|
||||
P2P.prototype._startBcoin = function(callback) {
|
||||
var self = this;
|
||||
const network = ['livenet', 'live', 'main', 'mainnet'].indexOf(this.node.network) !== -1? 'main' : 'testnet';
|
||||
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,
|
||||
prefix: self.node.datadir,
|
||||
port: 48333
|
||||
|
||||
Loading…
Reference in New Issue
Block a user