diff options
author | moneromooo-monero <moneromooo-monero@users.noreply.github.com> | 2018-05-19 23:53:05 +0100 |
---|---|---|
committer | moneromooo-monero <moneromooo-monero@users.noreply.github.com> | 2018-06-26 08:19:51 +0100 |
commit | 50af3579ee735ad6a9d95014f2d9b5141d05769c (patch) | |
tree | 05ec23043816fe134021f4e6d08aed59cfbeff53 /src/daemon/rpc_command_executor.h | |
parent | Merge pull request #3340 (diff) | |
download | monero-50af3579ee735ad6a9d95014f2d9b5141d05769c.tar.xz |
alt_chain_info can now give more info about a particular alt chain
Diffstat (limited to 'src/daemon/rpc_command_executor.h')
-rw-r--r-- | src/daemon/rpc_command_executor.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/daemon/rpc_command_executor.h b/src/daemon/rpc_command_executor.h index 46168c93b..9e6010c5b 100644 --- a/src/daemon/rpc_command_executor.h +++ b/src/daemon/rpc_command_executor.h @@ -143,7 +143,7 @@ public: bool print_coinbase_tx_sum(uint64_t height, uint64_t count); - bool alt_chain_info(); + bool alt_chain_info(const std::string &tip); bool print_blockchain_dynamic_stats(uint64_t nblocks); |