From 83bbea4c7f47d05933ec1b5baca2e9724561e49c Mon Sep 17 00:00:00 2001 From: moneromooo-monero Date: Tue, 11 Aug 2015 10:49:15 +0100 Subject: Add a is_key_image_spent daemon command and RPC call --- src/daemon/rpc_command_executor.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/daemon/rpc_command_executor.h') diff --git a/src/daemon/rpc_command_executor.h b/src/daemon/rpc_command_executor.h index 5e332f3fc..b40a67bf8 100644 --- a/src/daemon/rpc_command_executor.h +++ b/src/daemon/rpc_command_executor.h @@ -87,6 +87,8 @@ public: bool print_transaction(crypto::hash transaction_hash); + bool is_key_image_spent(const crypto::key_image &ki); + bool print_transaction_pool_long(); bool print_transaction_pool_short(); -- cgit v1.2.3