Merge pull request #2310

ea996f91 clarification of parameters for print_coinbase_tx_sum (Matthew Campassi)
This commit is contained in:
Riccardo Spagni
2017-09-02 11:28:41 +02:00

View File

@@ -231,7 +231,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 height, block count)"
, "Print sum of coinbase transactions <start height> [block count]"
);
m_command_lookup.set_handler(
"alt_chain_info"