aboutsummaryrefslogtreecommitdiff
path: root/src/daemon/rpc_command_executor.h
diff options
context:
space:
mode:
authorbinaryFate <binaryfate@users.noreply.github.com>2017-10-06 17:55:25 +0200
committerbinaryFate <binaryfate@users.noreply.github.com>2017-10-08 22:35:35 +0200
commit93ad1f872358ef9619a1e39148ff5d079790aea6 (patch)
treecc6cb449837ec3362d7ffda4155b5419c2c2aaaf /src/daemon/rpc_command_executor.h
parentMerge pull request #2518 (diff)
downloadmonero-93ad1f872358ef9619a1e39148ff5d079790aea6.tar.xz
Fix #2559: more flexible print_tx daemon command
Diffstat (limited to '')
-rw-r--r--src/daemon/rpc_command_executor.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/daemon/rpc_command_executor.h b/src/daemon/rpc_command_executor.h
index d79707a6f..26db18902 100644
--- a/src/daemon/rpc_command_executor.h
+++ b/src/daemon/rpc_command_executor.h
@@ -95,7 +95,7 @@ public:
bool print_block_by_height(uint64_t height);
- bool print_transaction(crypto::hash transaction_hash);
+ bool print_transaction(crypto::hash transaction_hash, bool include_hex, bool include_json);
bool is_key_image_spent(const crypto::key_image &ki);