aboutsummaryrefslogtreecommitdiff
path: root/src/daemon/rpc_command_executor.h
diff options
context:
space:
mode:
authormoneromooo-monero <moneromooo-monero@users.noreply.github.com>2018-12-26 17:55:04 +0000
committermoneromooo-monero <moneromooo-monero@users.noreply.github.com>2018-12-26 17:55:28 +0000
commit65ce387c93affd087bc6220d5748e63c8853d7ab (patch)
tree9a95f1e9ef3733633f369c7c2e5c392e7c79c6d0 /src/daemon/rpc_command_executor.h
parentMerge pull request #4902 (diff)
downloadmonero-65ce387c93affd087bc6220d5748e63c8853d7ab.tar.xz
daemon: add a +hex option to print_block
Diffstat (limited to 'src/daemon/rpc_command_executor.h')
-rw-r--r--src/daemon/rpc_command_executor.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/daemon/rpc_command_executor.h b/src/daemon/rpc_command_executor.h
index 592584a5f..1541a1a8e 100644
--- a/src/daemon/rpc_command_executor.h
+++ b/src/daemon/rpc_command_executor.h
@@ -91,9 +91,9 @@ public:
bool print_height();
- bool print_block_by_hash(crypto::hash block_hash);
+ bool print_block_by_hash(crypto::hash block_hash, bool include_hex);
- bool print_block_by_height(uint64_t height);
+ bool print_block_by_height(uint64_t height, bool include_hex);
bool print_transaction(crypto::hash transaction_hash, bool include_hex, bool include_json);