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
1 changed files with 1 additions and 1 deletions

View File

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