diff options
author | luigi1111 <luigi1111w@gmail.com> | 2020-05-06 00:31:51 -0500 |
---|---|---|
committer | luigi1111 <luigi1111w@gmail.com> | 2020-05-06 00:31:51 -0500 |
commit | 3de804f1e9d28c11c33f64c144cd16202c759f29 (patch) | |
tree | b6352872db79c24fac90bfe6de18f7f399842897 /src/wallet/wallet2.h | |
parent | Merge pull request #6484 (diff) | |
parent | wallet2: fix subaddress expansion when receiving monero (diff) | |
download | monero-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.h | 2 |
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; |