From 7a8c1eece9b6dcb52109dc7c8b4518e0c7439a5b Mon Sep 17 00:00:00 2001 From: moneromooo-monero Date: Mon, 27 Apr 2020 16:47:53 +0000 Subject: wallet2: fix subaddress expansion when receiving monero --- src/wallet/wallet2.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/wallet/wallet2.h') diff --git a/src/wallet/wallet2.h b/src/wallet/wallet2.h index 1c3c00152..b10f6d3c9 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 m_daemon_login; std::string m_daemon_address; -- cgit v1.2.3