diff options
| author | luigi1111 <luigi1111w@gmail.com> | 2018-07-19 13:37:10 -0500 |
|---|---|---|
| committer | luigi1111 <luigi1111w@gmail.com> | 2018-07-19 13:37:10 -0500 |
| commit | d518dae4bf094de36bdf433d2f77f084c6c00162 (patch) | |
| tree | 64b9c9cfe6a2b20ab5e1702edf083687a8b418a0 /src/daemon/command_server.cpp | |
| parent | 025187e6c9206fc970b66f7459919ce0131fc612 (diff) | |
| parent | 50af3579ee735ad6a9d95014f2d9b5141d05769c (diff) | |
| download | monzero-core-d518dae4bf094de36bdf433d2f77f084c6c00162.tar.gz monzero-core-d518dae4bf094de36bdf433d2f77f084c6c00162.tar.xz monzero-core-d518dae4bf094de36bdf433d2f77f084c6c00162.zip | |
Merge pull request #3973
50af357 alt_chain_info can now give more info about a particular alt chain (moneromooo-monero)
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( |
