diff options
author | moneromooo-monero <moneromooo-monero@users.noreply.github.com> | 2015-08-11 10:49:15 +0100 |
---|---|---|
committer | moneromooo-monero <moneromooo-monero@users.noreply.github.com> | 2015-08-11 10:52:41 +0100 |
commit | 83bbea4c7f47d05933ec1b5baca2e9724561e49c (patch) | |
tree | acc999b802091f32227e66e677ae483398fe1d93 /src/daemon/command_parser_executor.h | |
parent | blockchain: remove dead code (diff) | |
download | monero-83bbea4c7f47d05933ec1b5baca2e9724561e49c.tar.xz |
Add a is_key_image_spent daemon command and RPC call
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 d1e299877..ddc207cfe 100644 --- a/src/daemon/command_parser_executor.h +++ b/src/daemon/command_parser_executor.h @@ -75,6 +75,8 @@ public: bool print_transaction(const std::vector<std::string>& args); + bool is_key_image_spent(const std::vector<std::string>& args); + bool print_transaction_pool_long(const std::vector<std::string>& args); bool print_transaction_pool_short(const std::vector<std::string>& args); |