added call back as workaround for geth until fux

This commit is contained in:
cubedro 2015-04-09 01:26:52 +03:00
parent ca1713327b
commit e33f6c49e8

View File

@ -315,7 +315,7 @@ Node.prototype.getMinerName = function(miner)
} }
else else
{ {
var name = this._Registrar.name(miner); var name = this._Registrar.call({from: this._coinbase}).name(miner);
if(name.length > 0) if(name.length > 0)
{ {