aboutsummaryrefslogtreecommitdiff
path: root/src/wallet/api/wallet.h
diff options
context:
space:
mode:
authorRiccardo Spagni <ric@spagni.net>2017-01-15 14:44:49 -0500
committerRiccardo Spagni <ric@spagni.net>2017-01-15 14:44:49 -0500
commit935f50471ccaf70c72fec78394908a789748a0b1 (patch)
tree42af94ef1f73f6bb36624d97b85aa47c4629fb12 /src/wallet/api/wallet.h
parentMerge pull request #1552 (diff)
parentWallet API: add rescanSpent() (diff)
downloadmonero-935f50471ccaf70c72fec78394908a789748a0b1.tar.xz
Merge pull request #1560
46550c0b Wallet API: add rescanSpent() (Jaquee)
Diffstat (limited to 'src/wallet/api/wallet.h')
-rw-r--r--src/wallet/api/wallet.h2
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,