Stop applying patch config unl changes to hp.cfg file after patch file changes. (#213)

This commit is contained in:
Savinda Senevirathne
2021-01-07 12:12:47 +05:30
committed by GitHub
parent e8e7921ac1
commit 27b08c0c9f
3 changed files with 0 additions and 18 deletions

View File

@@ -104,8 +104,6 @@ namespace unl
list = conf::cfg.contract.unl;
update_json_list();
conf::persist_unl_update(list);
// Update the own node's unl status.
conf::cfg.node.is_unl = (list.find(conf::cfg.node.public_key) != list.end());
is_unl_list_changed = true;