Add a is_key_image_spent daemon command and RPC call

This commit is contained in:
moneromooo-monero 2015-08-11 10:49:15 +01:00
parent 35abef1b92
commit 83bbea4c7f
No known key found for this signature in database
GPG key ID: 686F07454D6CEFC3
10 changed files with 139 additions and 2 deletions

View file

@ -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);