libwallet_api: Added option to restore from specific height

This commit is contained in:
Jacob Brydolf
2016-10-08 00:57:09 +02:00
parent 9798bde11e
commit 36a89ab435
5 changed files with 20 additions and 3 deletions
+1
View File
@@ -82,6 +82,7 @@ public:
void refreshAsync();
void setAutoRefreshInterval(int millis);
int autoRefreshInterval() const;
void setRefreshFromBlockHeight(uint64_t refresh_from_block_height);