aboutsummaryrefslogtreecommitdiff
path: root/src/daemon/command_server.cpp
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_server.cpp
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_server.cpp')
-rw-r--r--src/daemon/command_server.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/daemon/command_server.cpp b/src/daemon/command_server.cpp
index 2f3643779..1418b920f 100644
--- a/src/daemon/command_server.cpp
+++ b/src/daemon/command_server.cpp
@@ -218,7 +218,7 @@ t_command_server::t_command_server(
m_command_lookup.set_handler(
"print_coinbase_tx_sum"
, std::bind(&t_command_parser_executor::print_coinbase_tx_sum, &m_parser, p::_1)
- , "Print sum of coinbase transactions (start index, end index)"
+ , "Print sum of coinbase transactions (start height, block count)"
);
}