diff options
author | moneromooo-monero <moneromooo-monero@users.noreply.github.com> | 2015-10-26 10:17:48 +0000 |
---|---|---|
committer | moneromooo-monero <moneromooo-monero@users.noreply.github.com> | 2015-10-26 10:17:48 +0000 |
commit | 06c65cb0ef5b93c5d78ac3235e9e5f51952db070 (patch) | |
tree | 4c56ae6cb23abc1b501d6db5d360e279d2c3c449 /src/rpc/core_rpc_server.h | |
parent | rpc: fix a few commands not working as command line (diff) | |
download | monero-06c65cb0ef5b93c5d78ac3235e9e5f51952db070.tar.xz |
rpc: fix hard_fork_info RPC
I had never tested it, obviously
Diffstat (limited to 'src/rpc/core_rpc_server.h')
-rw-r--r-- | src/rpc/core_rpc_server.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/rpc/core_rpc_server.h b/src/rpc/core_rpc_server.h index 4f62f92ac..1fbd0981f 100644 --- a/src/rpc/core_rpc_server.h +++ b/src/rpc/core_rpc_server.h @@ -104,6 +104,7 @@ namespace cryptonote MAP_JON_RPC_WE("getblock", on_get_block, COMMAND_RPC_GET_BLOCK) MAP_JON_RPC_WE("get_connections", on_get_connections, COMMAND_RPC_GET_CONNECTIONS) MAP_JON_RPC_WE("get_info", on_get_info_json, COMMAND_RPC_GET_INFO) + MAP_JON_RPC_WE("hard_fork_info", on_hard_fork_info, COMMAND_RPC_HARD_FORK_INFO) END_JSON_RPC_MAP() END_URI_MAP2() |