Merge pull request #281 from cubedro/develop

made all nodes trusted
pull/5/head
Marian OANCΞA 9 years ago
commit 0291a3ba2f
  1. 3
      lib/node.js

@ -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…
Cancel
Save