diff options
author | Dion Ahmetaj <Dion Ahmetaj> | 2016-10-10 17:19:36 -0400 |
---|---|---|
committer | Dion Ahmetaj <Dion Ahmetaj> | 2016-10-10 17:19:36 -0400 |
commit | dd6c44327be7d90574466bc37561b9d156466972 (patch) | |
tree | 03e4d18d3ac6b30c442b093155d441d354d96adc /src/daemon/command_parser_executor.h | |
parent | attempted to remove whitespace spam (diff) | |
download | monero-dd6c44327be7d90574466bc37561b9d156466972.tar.xz |
changed params from start/end index to height/count
Diffstat (limited to 'src/daemon/command_parser_executor.h')
-rw-r--r-- | src/daemon/command_parser_executor.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/daemon/command_parser_executor.h b/src/daemon/command_parser_executor.h index 316c9e8a9..6a984aa71 100644 --- a/src/daemon/command_parser_executor.h +++ b/src/daemon/command_parser_executor.h @@ -103,7 +103,7 @@ public: bool start_save_graph(const std::vector<std::string>& args); bool stop_save_graph(const std::vector<std::string>& args); - + bool hard_fork_info(const std::vector<std::string>& args); bool show_bans(const std::vector<std::string>& args); |