wallet_api: segfault on refresh fixed

This commit is contained in:
Ilya Kitaev
2016-07-13 13:13:10 +03:00
parent 9d2cb4f36c
commit 10c06ddac7
2 changed files with 9 additions and 5 deletions
+7 -3
View File
@@ -189,10 +189,14 @@ struct Wallet
static std::string genPaymentId();
static bool paymentIdValid(const std::string &paiment_id);
// TODO?
// virtual uint64_t unlockedDustBalance() const = 0;
/**
* @brief refresh - refreshes the wallet, updating transactions from daemon
* @return - true if refreshed successfully;
*/
virtual bool refresh() = 0;
/**
* @brief refreshAsync - refreshes wallet asynchronously.
*/
virtual void refreshAsync() = 0;
/*!
* \brief createTransaction creates transaction. if dst_addr is an integrated address, payment_id is ignored