diff --git a/lib/node.js b/lib/node.js index ec20183..63aaab8 100644 --- a/lib/node.js +++ b/lib/node.js @@ -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();