diff options
| author | moneromooo-monero <moneromooo-monero@users.noreply.github.com> | 2016-12-17 11:25:15 +0000 |
|---|---|---|
| committer | moneromooo-monero <moneromooo-monero@users.noreply.github.com> | 2016-12-17 11:28:49 +0000 |
| commit | 55fa0479a0db599d81500e57e355124f1fb9c05e (patch) | |
| tree | d394bf9b6ad9f8d8320cc3a34e860c7af5bc671c /src/daemon/command_parser_executor.h | |
| parent | 29735c8f8fda032833924285c2da7ea9b15a77c7 (diff) | |
| download | monzero-core-55fa0479a0db599d81500e57e355124f1fb9c05e.tar.gz monzero-core-55fa0479a0db599d81500e57e355124f1fb9c05e.tar.xz monzero-core-55fa0479a0db599d81500e57e355124f1fb9c05e.zip | |
rpc: new function and RPC to get alternative chain info
Diffstat (limited to 'src/daemon/command_parser_executor.h')
| -rw-r--r-- | src/daemon/command_parser_executor.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/daemon/command_parser_executor.h b/src/daemon/command_parser_executor.h index 93b1fab56..cc929db00 100644 --- a/src/daemon/command_parser_executor.h +++ b/src/daemon/command_parser_executor.h @@ -119,6 +119,8 @@ public: bool output_histogram(const std::vector<std::string>& args); bool print_coinbase_tx_sum(const std::vector<std::string>& args); + + bool alt_chain_info(const std::vector<std::string>& args); }; } // namespace daemonize |
