daemon: implement 'set_bootstrap_daemon' command

This commit is contained in:
xiphon 2019-08-21 13:04:20 +00:00
parent c9df9d683a
commit 063eebbd43
5 changed files with 64 additions and 0 deletions

View file

@ -150,6 +150,8 @@ public:
bool check_blockchain_pruning(const std::vector<std::string>& args);
bool print_net_stats(const std::vector<std::string>& args);
bool set_bootstrap_daemon(const std::vector<std::string>& args);
};
} // namespace daemonize