changed params from start/end index to height/count

This commit is contained in:
Dion Ahmetaj
2016-10-10 17:19:36 -04:00
parent e95d3f359b
commit dd6c44327b
10 changed files with 27 additions and 27 deletions

View File

@@ -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)"
);
}