From 333f975760c156727dd7408f87e937af856d8bf1 Mon Sep 17 00:00:00 2001 From: mydesktop Date: Sat, 3 May 2014 12:19:43 -0400 Subject: initial [broken] update --- src/simplewallet/simplewallet.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/simplewallet/simplewallet.h') diff --git a/src/simplewallet/simplewallet.h b/src/simplewallet/simplewallet.h index 002490e89..a6c771804 100644 --- a/src/simplewallet/simplewallet.h +++ b/src/simplewallet/simplewallet.h @@ -49,6 +49,7 @@ namespace cryptonote bool refresh(const std::vector &args); bool show_balance(const std::vector &args = std::vector()); bool show_incoming_transfers(const std::vector &args); + bool show_payments(const std::vector &args); bool show_blockchain_height(const std::vector &args); bool transfer(const std::vector &args); bool print_address(const std::vector &args = std::vector()); @@ -57,11 +58,13 @@ namespace cryptonote uint64_t get_daemon_blockchain_height(std::string& err); bool try_connect_to_daemon(); + bool ask_wallet_create_if_needed(); //----------------- i_wallet2_callback --------------------- virtual void on_new_block(uint64_t height, const cryptonote::block& block); virtual void on_money_received(uint64_t height, const cryptonote::transaction& tx, size_t out_index); virtual void on_money_spent(uint64_t height, const cryptonote::transaction& in_tx, size_t out_index, const cryptonote::transaction& spend_tx); + virtual void on_skip_transaction(uint64_t height, const cryptonote::transaction& tx); //---------------------------------------------------------- friend class refresh_progress_reporter_t; -- cgit v1.2.3