mirror of
https://github.com/monero-project/monero.git
synced 2026-01-01 15:36:08 -08:00
daemon: implement 'set_bootstrap_daemon' command
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user