aboutsummaryrefslogtreecommitdiff
path: root/src/wallet/api/wallet.h
diff options
context:
space:
mode:
authorRiccardo Spagni <ric@spagni.net>2016-11-17 16:37:30 +0200
committerRiccardo Spagni <ric@spagni.net>2016-11-17 16:37:30 +0200
commit5df6f0be806587abee8e1cc956697302747124c8 (patch)
treecdb770190efdc81a316962918a6276cf036f3e30 /src/wallet/api/wallet.h
parentMerge pull request #1344 (diff)
parentWallet2: calculate approximate blockchain height on offline creation (diff)
downloadmonero-5df6f0be806587abee8e1cc956697302747124c8.tar.xz
Merge pull request #1318
4fca34d Wallet2: calculate approximate blockchain height on offline creation (Jacob Brydolf)
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 372d6efd7..02a46da8c 100644
--- a/src/wallet/api/wallet.h
+++ b/src/wallet/api/wallet.h
@@ -76,6 +76,7 @@ public:
uint64_t balance() const;
uint64_t unlockedBalance() const;
uint64_t blockChainHeight() const;
+ uint64_t approximateBlockChainHeight() const;
uint64_t daemonBlockChainHeight() const;
uint64_t daemonBlockChainTargetHeight() const;
bool synchronized() const;