aboutsummaryrefslogtreecommitdiff
path: root/src/wallet/wallet2.h
diff options
context:
space:
mode:
authorluigi1111 <luigi1111w@gmail.com>2020-05-06 00:31:51 -0500
committerluigi1111 <luigi1111w@gmail.com>2020-05-06 00:31:51 -0500
commit3de804f1e9d28c11c33f64c144cd16202c759f29 (patch)
treeb6352872db79c24fac90bfe6de18f7f399842897 /src/wallet/wallet2.h
parentMerge pull request #6484 (diff)
parentwallet2: fix subaddress expansion when receiving monero (diff)
downloadmonero-3de804f1e9d28c11c33f64c144cd16202c759f29.tar.xz
Merge pull request #6485
7a8c1ee wallet2: fix subaddress expansion when receiving monero (moneromooo-monero)
Diffstat (limited to 'src/wallet/wallet2.h')
-rw-r--r--src/wallet/wallet2.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/wallet/wallet2.h b/src/wallet/wallet2.h
index ba4377bd2..eb33713b5 100644
--- a/src/wallet/wallet2.h
+++ b/src/wallet/wallet2.h
@@ -1516,6 +1516,8 @@ private:
std::string get_client_signature() const;
void check_rpc_cost(const char *call, uint64_t post_call_credits, uint64_t pre_credits, double expected_cost);
+ bool should_expand(const cryptonote::subaddress_index &index) const;
+
cryptonote::account_base m_account;
boost::optional<epee::net_utils::http::login> m_daemon_login;
std::string m_daemon_address;