From b28248a7ffccd79e8418af9c040c34021be2eb58 Mon Sep 17 00:00:00 2001 From: cubedro Date: Thu, 9 Apr 2015 01:33:36 +0300 Subject: [PATCH] added coinbase until geth fix --- lib/node.js | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/node.js b/lib/node.js index 1a0f3b0..7389e66 100644 --- a/lib/node.js +++ b/lib/node.js @@ -85,6 +85,7 @@ function Node() errors: [] }; this._lastStats = JSON.stringify(this.stats); + this._coinbase = web3.eth.coinbase; this._tries = 0; this._down = 0;