Merge pull request #65 from cubedro/develop

Added call back as workaround for geth until fix
This commit is contained in:
Marian OANCΞA 2015-04-09 01:27:32 +03:00
commit a4c17c19c3
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)
{