walletAPI: add getRefreshFromBlockHeight()

This commit is contained in:
Jaquee 2017-08-05 00:09:06 +02:00
parent 48c0cb1ba6
commit e31aac80e5
2 changed files with 7 additions and 0 deletions

View file

@ -98,6 +98,7 @@ public:
void setAutoRefreshInterval(int millis);
int autoRefreshInterval() const;
void setRefreshFromBlockHeight(uint64_t refresh_from_block_height);
uint64_t getRefreshFromBlockHeight() const { return m_wallet->get_refresh_from_block_height(); };
void setRecoveringFromSeed(bool recoveringFromSeed);
bool watchOnly() const;
bool rescanSpent();