diff options
author | Riccardo Spagni <ric@spagni.net> | 2016-10-04 12:15:02 +0200 |
---|---|---|
committer | Riccardo Spagni <ric@spagni.net> | 2016-10-04 12:15:02 +0200 |
commit | 2723cd12e15defadbf98123ae6791fedc8172814 (patch) | |
tree | ae9a65a0ddc141371d8eb7ef03e1de80efbb6107 /src/wallet/api/wallet.h | |
parent | Merge pull request #1165 (diff) | |
parent | wallet2_api: added Wallet::daemonBlockChainTargetHeight() (diff) | |
download | monero-2723cd12e15defadbf98123ae6791fedc8172814.tar.xz |
Merge pull request #1173
65ea836 wallet2_api: added Wallet::daemonBlockChainTargetHeight() libwallet_api: Wallet::blockChainTargetHeight (Jacob Brydolf)
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 5706b2bf5..c399e3ab6 100644 --- a/src/wallet/api/wallet.h +++ b/src/wallet/api/wallet.h @@ -77,6 +77,7 @@ public: uint64_t unlockedBalance() const; uint64_t blockChainHeight() const; uint64_t daemonBlockChainHeight() const; + uint64_t daemonBlockChainTargetHeight() const; bool refresh(); void refreshAsync(); void setAutoRefreshInterval(int millis); |