diff options
author | Riccardo Spagni <ric@spagni.net> | 2018-12-12 11:58:36 +0200 |
---|---|---|
committer | Riccardo Spagni <ric@spagni.net> | 2018-12-12 11:58:37 +0200 |
commit | 0fccc78e3966477309cb4e9c037c0a9f004ea99e (patch) | |
tree | 5ec83c8705bc716c5efd497b85069e256a5401d8 /src/daemon/command_parser_executor.h | |
parent | Merge pull request #4901 (diff) | |
parent | add command pop_blocks (diff) | |
download | monero-0fccc78e3966477309cb4e9c037c0a9f004ea99e.tar.xz |
Merge pull request #4903
dc1c1252 add command pop_blocks (Jason Wong)
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 a70070171..e2844e8b7 100644 --- a/src/daemon/command_parser_executor.h +++ b/src/daemon/command_parser_executor.h @@ -139,6 +139,8 @@ public: bool sync_info(const std::vector<std::string>& args); + bool pop_blocks(const std::vector<std::string>& args); + bool version(const std::vector<std::string>& args); }; |