diff options
| author | moneromooo-monero <moneromooo-monero@users.noreply.github.com> | 2018-05-19 23:53:05 +0100 |
|---|---|---|
| committer | moneromooo-monero <moneromooo-monero@users.noreply.github.com> | 2018-06-26 08:19:51 +0100 |
| commit | 50af3579ee735ad6a9d95014f2d9b5141d05769c (patch) | |
| tree | 05ec23043816fe134021f4e6d08aed59cfbeff53 /src/daemon/command_server.cpp | |
| parent | 25e7a7d96f2e46821d6613e6d2012b367dd70f38 (diff) | |
| download | monzero-core-50af3579ee735ad6a9d95014f2d9b5141d05769c.tar.gz monzero-core-50af3579ee735ad6a9d95014f2d9b5141d05769c.tar.xz monzero-core-50af3579ee735ad6a9d95014f2d9b5141d05769c.zip | |
alt_chain_info can now give more info about a particular alt chain
Diffstat (limited to 'src/daemon/command_server.cpp')
| -rw-r--r-- | src/daemon/command_server.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/daemon/command_server.cpp b/src/daemon/command_server.cpp index 144603597..35504f2c9 100644 --- a/src/daemon/command_server.cpp +++ b/src/daemon/command_server.cpp @@ -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( |
