This commit is contained in:
cubedro 2015-03-22 23:22:08 +02:00
parent ad2f50ac87
commit 1ef0877d28

View File

@ -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();