aboutsummaryrefslogtreecommitdiff
path: root/src/wallet/wallet2.h
diff options
context:
space:
mode:
authorRiccardo Spagni <ric@spagni.net>2017-12-02 09:25:53 +0200
committerRiccardo Spagni <ric@spagni.net>2017-12-02 09:25:53 +0200
commit81fb8320821d23ac0d4fb7a9be2ef9477562d2a4 (patch)
tree86dc193f529e69f59256fdd995cab9b00ca97e8c /src/wallet/wallet2.h
parentMerge pull request #2854 (diff)
parentFixes #759 Add sanity check on restore height (diff)
downloadmonero-81fb8320821d23ac0d4fb7a9be2ef9477562d2a4.tar.xz
Merge pull request #2833
b0426d4c Fixes #759 Add sanity check on restore height (Cifrado)
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 ce0c67fc3..eeec7c338 100644
--- a/src/wallet/wallet2.h
+++ b/src/wallet/wallet2.h
@@ -742,6 +742,7 @@ namespace tools
* \brief Calculates the approximate blockchain height from current date/time.
*/
uint64_t get_approximate_blockchain_height() const;
+ uint64_t estimate_blockchain_height();
std::vector<size_t> select_available_outputs_from_histogram(uint64_t count, bool atleast, bool unlocked, bool allow_rct, bool trusted_daemon);
std::vector<size_t> select_available_outputs(const std::function<bool(const transfer_details &td)> &f);
std::vector<size_t> select_available_unmixable_outputs(bool trusted_daemon);