From 6d40a92026255244b6525ffd76ce0b8f94690f9a Mon Sep 17 00:00:00 2001 From: stoffu Date: Thu, 28 Dec 2017 22:50:10 +0900 Subject: Reserve proof --- src/simplewallet/simplewallet.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/simplewallet/simplewallet.h') diff --git a/src/simplewallet/simplewallet.h b/src/simplewallet/simplewallet.h index 024077ca1..45ed2c32c 100644 --- a/src/simplewallet/simplewallet.h +++ b/src/simplewallet/simplewallet.h @@ -170,6 +170,8 @@ namespace cryptonote bool check_tx_proof(const std::vector &args); bool get_spend_proof(const std::vector &args); bool check_spend_proof(const std::vector &args); + bool get_reserve_proof(const std::vector &args); + bool check_reserve_proof(const std::vector &args); bool show_transfers(const std::vector &args); bool unspent_outputs(const std::vector &args); bool rescan_blockchain(const std::vector &args); -- cgit v1.2.3