From e33f6c49e8e44f1187ea65f7db6958cc5c82b75f Mon Sep 17 00:00:00 2001 From: cubedro Date: Thu, 9 Apr 2015 01:26:52 +0300 Subject: [PATCH] added call back as workaround for geth until fux --- lib/node.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/node.js b/lib/node.js index 43c27a3..1a0f3b0 100644 --- a/lib/node.js +++ b/lib/node.js @@ -315,7 +315,7 @@ Node.prototype.getMinerName = function(miner) } else { - var name = this._Registrar.name(miner); + var name = this._Registrar.call({from: this._coinbase}).name(miner); if(name.length > 0) {