mirror of
https://github.com/EvernodeXRPL/hpcore.git
synced 2026-04-29 15:37:59 +00:00
Stop applying patch config unl changes to hp.cfg file after patch file changes. (#213)
This commit is contained in:
committed by
GitHub
parent
e8e7921ac1
commit
27b08c0c9f
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user