aboutsummaryrefslogtreecommitdiff
path: root/src/wallet/wallet2.h
diff options
context:
space:
mode:
authorRiccardo Spagni <ric@spagni.net>2016-10-04 12:15:02 +0200
committerRiccardo Spagni <ric@spagni.net>2016-10-04 12:15:02 +0200
commit2723cd12e15defadbf98123ae6791fedc8172814 (patch)
treeae9a65a0ddc141371d8eb7ef03e1de80efbb6107 /src/wallet/wallet2.h
parentMerge pull request #1165 (diff)
parentwallet2_api: added Wallet::daemonBlockChainTargetHeight() (diff)
downloadmonero-2723cd12e15defadbf98123ae6791fedc8172814.tar.xz
Merge pull request #1173
65ea836 wallet2_api: added Wallet::daemonBlockChainTargetHeight() libwallet_api: Wallet::blockChainTargetHeight (Jacob Brydolf)
Diffstat (limited to 'src/wallet/wallet2.h')
-rw-r--r--src/wallet/wallet2.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/wallet/wallet2.h b/src/wallet/wallet2.h
index db5962bd4..2754f4b09 100644
--- a/src/wallet/wallet2.h
+++ b/src/wallet/wallet2.h
@@ -456,6 +456,7 @@ namespace tools
std::string get_keys_file() const;
std::string get_daemon_address() const;
uint64_t get_daemon_blockchain_height(std::string& err);
+ uint64_t get_daemon_blockchain_target_height(std::string& err);
std::vector<size_t> select_available_outputs_from_histogram(uint64_t count, bool atleast, bool unlocked, bool trusted_daemon);
std::vector<size_t> select_available_outputs(const std::function<bool(const transfer_details &td)> &f);