diff --git a/lib/node.js b/lib/node.js index 1bd0d79..31f9b87 100644 --- a/lib/node.js +++ b/lib/node.js @@ -176,7 +176,10 @@ Node.prototype.checkWeb3Connection = function() Node.prototype.reconnectWeb3 = function() { + console.info("Web3 reconnect attempts started"); + this._web3 = false; + this._connection_attempts = 0; if(this.updateInterval) clearInterval(this.updateInterval);