Merge pull request #65 from cubedro/develop
Added call back as workaround for geth until fix
This commit is contained in:
commit
a4c17c19c3
@ -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)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user