diff options
author | luigi1111 <luigi1111w@gmail.com> | 2018-07-19 13:37:10 -0500 |
---|---|---|
committer | luigi1111 <luigi1111w@gmail.com> | 2018-07-19 13:37:10 -0500 |
commit | d518dae4bf094de36bdf433d2f77f084c6c00162 (patch) | |
tree | 64b9c9cfe6a2b20ab5e1702edf083687a8b418a0 /src/daemon/rpc_command_executor.h | |
parent | Merge pull request #3854 (diff) | |
parent | alt_chain_info can now give more info about a particular alt chain (diff) | |
download | monero-d518dae4bf094de36bdf433d2f77f084c6c00162.tar.xz |
Merge pull request #3973
50af357 alt_chain_info can now give more info about a particular alt chain (moneromooo-monero)
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); |