added coinbase until geth fix

This commit is contained in:
cubedro 2015-04-09 01:33:36 +03:00
parent e33f6c49e8
commit b28248a7ff
1 changed files with 1 additions and 0 deletions

View File

@ -85,6 +85,7 @@ function Node()
errors: []
};
this._lastStats = JSON.stringify(this.stats);
this._coinbase = web3.eth.coinbase;
this._tries = 0;
this._down = 0;