Wallet API: added setRecoveringFromSeed();

This commit is contained in:
Jacob Brydolf
2016-10-10 19:34:25 +02:00
parent 0673db16ad
commit a8cd65646c
3 changed files with 12 additions and 0 deletions
+1
View File
@@ -84,6 +84,7 @@ public:
void setAutoRefreshInterval(int millis);
int autoRefreshInterval() const;
void setRefreshFromBlockHeight(uint64_t refresh_from_block_height);
void setRecoveringFromSeed(bool recoveringFromSeed);