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