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) {