commit
0291a3ba2f
@ -369,7 +369,8 @@ Node.prototype.getBlockNumber = function()
|
||||
|
||||
Node.prototype.canUpdate = function()
|
||||
{
|
||||
return (this.info.canUpdateHistory && this.trusted) || false;
|
||||
// return (this.info.canUpdateHistory && this.trusted) || false;
|
||||
return (this.info.canUpdateHistory) || false;
|
||||
}
|
||||
|
||||
Node.prototype.isInactiveAndOld = function()
|
||||
|
Loading…
Reference in New Issue
Block a user