aboutsummaryrefslogtreecommitdiff
path: root/src/wallet/api/wallet.h
diff options
context:
space:
mode:
authorRiccardo Spagni <ric@spagni.net>2019-01-16 21:40:20 +0200
committerRiccardo Spagni <ric@spagni.net>2019-01-16 21:40:20 +0200
commitc84d559fb11af84bcca27cfb8328334cdbc318b8 (patch)
tree926164fda58c5607ab29983a051b536f2d856126 /src/wallet/api/wallet.h
parentMerge pull request #5032 (diff)
parentwallet api/device: set estimated restore height if none is provided (diff)
downloadmonero-c84d559fb11af84bcca27cfb8328334cdbc318b8.tar.xz
Merge pull request #5034
13785ec9 wallet api/device: set estimated restore height if none is provided (selsta)
Diffstat (limited to 'src/wallet/api/wallet.h')
-rw-r--r--src/wallet/api/wallet.h1
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;