diff options
| author | xiphon <xiphon@protonmail.com> | 2019-08-21 13:04:20 +0000 |
|---|---|---|
| committer | xiphon <xiphon@protonmail.com> | 2019-08-23 12:09:02 +0000 |
| commit | 063eebbd434d25fc7880edfd31d33d602b9ff306 (patch) | |
| tree | 39f14a324e7e9185f742a7bfec649940acddbe47 /src/daemon/command_parser_executor.h | |
| parent | c9df9d683acd361d1326814470d941d42cdd9b0f (diff) | |
| download | monzero-core-063eebbd434d25fc7880edfd31d33d602b9ff306.tar.gz monzero-core-063eebbd434d25fc7880edfd31d33d602b9ff306.tar.xz monzero-core-063eebbd434d25fc7880edfd31d33d602b9ff306.zip | |
daemon: implement 'set_bootstrap_daemon' command
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 |
