bug fix
This commit is contained in:
parent
ad2f50ac87
commit
1ef0877d28
@ -380,13 +380,14 @@ Node.prototype.stop = function()
|
|||||||
if(this._socket)
|
if(this._socket)
|
||||||
socket.end();
|
socket.end();
|
||||||
|
|
||||||
web3.reset();
|
|
||||||
|
|
||||||
if(this.updateInterval)
|
if(this.updateInterval)
|
||||||
clearInterval(this.updateInterval);
|
clearInterval(this.updateInterval);
|
||||||
|
|
||||||
if(this.pendingWatch)
|
web3.reset();
|
||||||
this.pendingWatch.stopWatching();
|
|
||||||
|
// if(this.pendingWatch)
|
||||||
|
// this.pendingWatch.stopWatching();
|
||||||
|
|
||||||
// if(this.chainWatch)
|
// if(this.chainWatch)
|
||||||
// this.chainWatch.uninstall();
|
// this.chainWatch.uninstall();
|
||||||
|
Loading…
Reference in New Issue
Block a user