mirror of
https://github.com/monero-project/monero.git
synced 2025-08-05 22:44:13 -04:00
daemon: implement 'set_bootstrap_daemon' command
This commit is contained in:
parent
c9df9d683a
commit
063eebbd43
5 changed files with 64 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue