aboutsummaryrefslogtreecommitdiff
path: root/src/daemon/command_parser_executor.h
diff options
context:
space:
mode:
authorDion Ahmetaj <Dion Ahmetaj>2016-10-10 17:19:36 -0400
committerDion Ahmetaj <Dion Ahmetaj>2016-10-10 17:19:36 -0400
commitdd6c44327be7d90574466bc37561b9d156466972 (patch)
tree03e4d18d3ac6b30c442b093155d441d354d96adc /src/daemon/command_parser_executor.h
parentattempted to remove whitespace spam (diff)
downloadmonero-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.h2
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);