public NodeUpdateManager(Node node, Config config)
throws InvalidConfigValueException {
this.node = node;
this.hasBeenBlown = false;
this.alert = new UpdatedVersionAvailableUserAlert(this);
alert.isValid(false);
SubConfig updaterConfig = new SubConfig("node.updater", config);
updaterConfig.register("enabled", true, 1, false, false,