upstream: wallet2: get_subaddress_map_ref

This commit is contained in:
jeffro256
2025-04-26 14:02:08 -05:00
committed by akildemir
parent 89c60d57ec
commit 3cc4bb2b9a

View File

@@ -1158,6 +1158,7 @@ private:
void set_subaddress_label(const cryptonote::subaddress_index &index, const std::string &label);
void set_subaddress_lookahead(size_t major, size_t minor);
std::pair<size_t, size_t> get_subaddress_lookahead() const { return {m_subaddress_lookahead_major, m_subaddress_lookahead_minor}; }
const std::unordered_map<crypto::public_key, cryptonote::subaddress_index> &get_subaddress_map_ref() const { return m_subaddresses; }
/*!
* \brief Tells if the wallet file is deprecated.
*/