added call back as workaround for geth until fux
This commit is contained in:
parent
ca1713327b
commit
e33f6c49e8
@ -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)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user