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

@@ -162,6 +162,11 @@ public:
bool check_blockchain_pruning();
bool print_net_stats();
bool set_bootstrap_daemon(
const std::string &address,
const std::string &username,
const std::string &password);
};
} // namespace daemonize