made all nodes trusted
This commit is contained in:
parent
a0c3bc238b
commit
b092bfdf6c
@ -369,7 +369,8 @@ Node.prototype.getBlockNumber = function()
|
|||||||
|
|
||||||
Node.prototype.canUpdate = 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()
|
Node.prototype.isInactiveAndOld = function()
|
||||||
|
Loading…
Reference in New Issue
Block a user