diff options
author | Riccardo Spagni <ric@spagni.net> | 2016-12-20 17:44:47 +0200 |
---|---|---|
committer | Riccardo Spagni <ric@spagni.net> | 2016-12-20 17:44:47 +0200 |
commit | f5176cb6e86e578fa866463638d56b3c6b145e4d (patch) | |
tree | be50063b61b1989ae140528959d7441ef4465050 /src/daemon/rpc_command_executor.h | |
parent | Merge pull request #1466 (diff) | |
parent | rpc: new function and RPC to get alternative chain info (diff) | |
download | monero-f5176cb6e86e578fa866463638d56b3c6b145e4d.tar.xz |
Merge pull request #1467
55fa0479 rpc: new function and RPC to get alternative chain info (moneromooo-monero)
Diffstat (limited to 'src/daemon/rpc_command_executor.h')
-rw-r--r-- | src/daemon/rpc_command_executor.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/daemon/rpc_command_executor.h b/src/daemon/rpc_command_executor.h index c1c99155b..a6c712c04 100644 --- a/src/daemon/rpc_command_executor.h +++ b/src/daemon/rpc_command_executor.h @@ -137,6 +137,8 @@ public: bool output_histogram(uint64_t min_count, uint64_t max_count); bool print_coinbase_tx_sum(uint64_t height, uint64_t count); + + bool alt_chain_info(); }; } // namespace daemonize |