Merge pull request #66 from cubedro/develop
Added coinbase until geth fix
This commit is contained in:
commit
e56fae7552
@ -85,6 +85,7 @@ function Node()
|
|||||||
errors: []
|
errors: []
|
||||||
};
|
};
|
||||||
this._lastStats = JSON.stringify(this.stats);
|
this._lastStats = JSON.stringify(this.stats);
|
||||||
|
this._coinbase = web3.eth.coinbase;
|
||||||
|
|
||||||
this._tries = 0;
|
this._tries = 0;
|
||||||
this._down = 0;
|
this._down = 0;
|
||||||
|
Loading…
Reference in New Issue
Block a user