diff options
author | Jaquee <jaquee.monero@gmail.com> | 2017-01-12 22:10:38 +0100 |
---|---|---|
committer | Jaquee <jaquee.monero@gmail.com> | 2017-01-13 22:05:39 +0100 |
commit | 46550c0b4fc99e374c0df085e27edba1c6a3776c (patch) | |
tree | 8a8ddfeb5aad701edd8150a681d7ec092d74d128 /src/wallet/api/wallet.h | |
parent | Merge pull request #1562 (diff) | |
download | monero-46550c0b4fc99e374c0df085e27edba1c6a3776c.tar.xz |
Wallet API: add rescanSpent()
Diffstat (limited to 'src/wallet/api/wallet.h')
-rw-r--r-- | src/wallet/api/wallet.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wallet/api/wallet.h b/src/wallet/api/wallet.h index 5b4064e8e..df66f428d 100644 --- a/src/wallet/api/wallet.h +++ b/src/wallet/api/wallet.h @@ -93,7 +93,7 @@ public: void setRefreshFromBlockHeight(uint64_t refresh_from_block_height); void setRecoveringFromSeed(bool recoveringFromSeed); bool watchOnly() const; - + bool rescanSpent(); PendingTransaction * createTransaction(const std::string &dst_addr, const std::string &payment_id, |