diff options
author | moneromooo-monero <moneromooo-monero@users.noreply.github.com> | 2020-04-27 16:47:53 +0000 |
---|---|---|
committer | moneromooo-monero <moneromooo-monero@users.noreply.github.com> | 2020-04-27 16:48:19 +0000 |
commit | 7a8c1eece9b6dcb52109dc7c8b4518e0c7439a5b (patch) | |
tree | 87524eb6a33a7aeeeb9ca730d9c0222758715e45 /src/wallet/wallet2.h | |
parent | Merge pull request #6470 (diff) | |
download | monero-7a8c1eece9b6dcb52109dc7c8b4518e0c7439a5b.tar.xz |
wallet2: fix subaddress expansion when receiving monero
Diffstat (limited to 'src/wallet/wallet2.h')
-rw-r--r-- | src/wallet/wallet2.h | 2 |
1 files changed, 2 insertions, 0 deletions
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<epee::net_utils::http::login> m_daemon_login; std::string m_daemon_address; |