aboutsummaryrefslogtreecommitdiff
path: root/src/wallet/api/wallet.h
diff options
context:
space:
mode:
authorRiccardo Spagni <ric@spagni.net>2016-10-10 20:42:21 +0200
committerRiccardo Spagni <ric@spagni.net>2016-10-10 20:42:21 +0200
commit304c087dd0f2432e797768feb4851d3d7327cb9d (patch)
tree52b06dfffd6727afa322afb2af458f52a235f693 /src/wallet/api/wallet.h
parentMerge pull request #1195 (diff)
parentWallet API: added setRecoveringFromSeed(); (diff)
downloadmonero-304c087dd0f2432e797768feb4851d3d7327cb9d.tar.xz
Merge pull request #1201
a8cd656 Wallet API: added setRecoveringFromSeed(); (Jacob Brydolf)
Diffstat (limited to 'src/wallet/api/wallet.h')
-rw-r--r--src/wallet/api/wallet.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/wallet/api/wallet.h b/src/wallet/api/wallet.h
index 8ce475d1c..c8a59f7c3 100644
--- a/src/wallet/api/wallet.h
+++ b/src/wallet/api/wallet.h
@@ -84,6 +84,7 @@ public:
void setAutoRefreshInterval(int millis);
int autoRefreshInterval() const;
void setRefreshFromBlockHeight(uint64_t refresh_from_block_height);
+ void setRecoveringFromSeed(bool recoveringFromSeed);