diff options
author | selsta <selsta@sent.at> | 2019-01-02 01:08:46 +0100 |
---|---|---|
committer | selsta <selsta@sent.at> | 2019-01-02 11:25:49 +0100 |
commit | 13785ec96b7148e03c4b4e19fbf0c95847cbacb0 (patch) | |
tree | f94dbbf409d7ee8ee50b431c3152c1ff7b12a28a /src/wallet/api/wallet.h | |
parent | Merge pull request #4960 (diff) | |
download | monero-13785ec96b7148e03c4b4e19fbf0c95847cbacb0.tar.xz |
wallet api/device: set estimated restore height if none is provided
Diffstat (limited to 'src/wallet/api/wallet.h')
-rw-r--r-- | src/wallet/api/wallet.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/wallet/api/wallet.h b/src/wallet/api/wallet.h index b4637b8e6..55240d64f 100644 --- a/src/wallet/api/wallet.h +++ b/src/wallet/api/wallet.h @@ -109,6 +109,7 @@ public: uint64_t unlockedBalance(uint32_t accountIndex = 0) const override; uint64_t blockChainHeight() const override; uint64_t approximateBlockChainHeight() const override; + uint64_t estimateBlockChainHeight() const override; uint64_t daemonBlockChainHeight() const override; uint64_t daemonBlockChainTargetHeight() const override; bool synchronized() const override; |