diff options
| author | Jacob Brydolf <jacob@brydolf.net> | 2016-11-10 15:36:16 +0100 |
|---|---|---|
| committer | Jacob Brydolf <jacob@brydolf.net> | 2016-11-13 03:36:44 +0100 |
| commit | 4fca34ddb4d711ad45f4ecb30d74c7d8ebdcba5b (patch) | |
| tree | 9acd7738856770ae641b85179b5aac1652e7a3de /src/wallet/api/wallet.h | |
| parent | eb6d66e4fc2aa4e2cd5a54e46030d90e5fa48cc6 (diff) | |
| download | monzero-core-4fca34ddb4d711ad45f4ecb30d74c7d8ebdcba5b.tar.gz monzero-core-4fca34ddb4d711ad45f4ecb30d74c7d8ebdcba5b.tar.xz monzero-core-4fca34ddb4d711ad45f4ecb30d74c7d8ebdcba5b.zip | |
Wallet2: calculate approximate blockchain height on offline creation
Wallet API: add approximateBlockChainHeight()
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 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; |
