merge with master fixes
This commit is contained in:
parent
76af2d1314
commit
9f91bbfbc9
@ -6,7 +6,7 @@ BitcoreNode:
|
|||||||
Reporter: none # none, simple, matrix
|
Reporter: none # none, simple, matrix
|
||||||
LevelUp: ./db
|
LevelUp: ./db
|
||||||
RPC:
|
RPC:
|
||||||
user: username
|
user: user
|
||||||
pass: password
|
pass: password
|
||||||
protocol: http
|
protocol: http
|
||||||
host: 127.0.0.1
|
host: 127.0.0.1
|
||||||
|
|||||||
@ -66,6 +66,7 @@ NetworkMonitor.prototype.start = function() {
|
|||||||
this.peer.connect();
|
this.peer.connect();
|
||||||
};
|
};
|
||||||
NetworkMonitor.prototype.stop = function(reason) {
|
NetworkMonitor.prototype.stop = function(reason) {
|
||||||
|
console.trace();
|
||||||
this.peer.disconnect();
|
this.peer.disconnect();
|
||||||
if (reason) {
|
if (reason) {
|
||||||
throw reason;
|
throw reason;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user