aboutsummaryrefslogtreecommitdiff
path: root/src/daemon/command_server.cpp
diff options
context:
space:
mode:
authormoneromooo-monero <moneromooo-monero@users.noreply.github.com>2018-05-19 23:53:05 +0100
committermoneromooo-monero <moneromooo-monero@users.noreply.github.com>2018-06-26 08:19:51 +0100
commit50af3579ee735ad6a9d95014f2d9b5141d05769c (patch)
tree05ec23043816fe134021f4e6d08aed59cfbeff53 /src/daemon/command_server.cpp
parentMerge pull request #3340 (diff)
downloadmonero-50af3579ee735ad6a9d95014f2d9b5141d05769c.tar.xz
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.cpp1
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(