alt_chain_info can now give more info about a particular alt chain

This commit is contained in:
moneromooo-monero
2018-05-19 23:53:05 +01:00
parent 25e7a7d96f
commit 50af3579ee
8 changed files with 57 additions and 19 deletions

View File

@@ -255,6 +255,7 @@ t_command_server::t_command_server(
m_command_lookup.set_handler(
"alt_chain_info"
, std::bind(&t_command_parser_executor::alt_chain_info, &m_parser, p::_1)
, "alt_chain_info [blockhash]"
, "Print the information about alternative chains."
);
m_command_lookup.set_handler(