Merge pull request #66 from cubedro/develop

Added coinbase until geth fix
This commit is contained in:
Marian OANCΞA 2015-04-09 01:34:14 +03:00
commit e56fae7552
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;