diff options
| author | luigi1111 <luigi1111w@gmail.com> | 2019-09-08 19:46:03 -0500 |
|---|---|---|
| committer | luigi1111 <luigi1111w@gmail.com> | 2019-09-08 19:46:03 -0500 |
| commit | 21290005d75501d692d06dfdd26676392949ba8a (patch) | |
| tree | a089e2c1706409fb760be0a3beda595a623fb89e /src/daemon/command_parser_executor.h | |
| parent | 15dabf7d18244ec5e592f2ad4cfe49495c4d1c80 (diff) | |
| parent | 063eebbd434d25fc7880edfd31d33d602b9ff306 (diff) | |
| download | monzero-core-21290005d75501d692d06dfdd26676392949ba8a.tar.gz monzero-core-21290005d75501d692d06dfdd26676392949ba8a.tar.xz monzero-core-21290005d75501d692d06dfdd26676392949ba8a.zip | |
Merge pull request #5840
063eebb daemon: implement 'set_bootstrap_daemon' command (xiphon)
Diffstat (limited to 'src/daemon/command_parser_executor.h')
| -rw-r--r-- | src/daemon/command_parser_executor.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/daemon/command_parser_executor.h b/src/daemon/command_parser_executor.h index d39bc1c9b..25587dea8 100644 --- a/src/daemon/command_parser_executor.h +++ b/src/daemon/command_parser_executor.h @@ -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 |
