mirror of
https://github.com/monero-project/monero.git
synced 2025-10-12 16:40:39 -04:00
walletAPI: add getRefreshFromBlockHeight()
This commit is contained in:
parent
48c0cb1ba6
commit
e31aac80e5
2 changed files with 7 additions and 0 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue