From 3cc4bb2b9a0e03f4369e67f23888137757857ef7 Mon Sep 17 00:00:00 2001 From: jeffro256 Date: Sat, 26 Apr 2025 14:02:08 -0500 Subject: [PATCH] upstream: wallet2: get_subaddress_map_ref --- src/wallet/wallet2.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/wallet/wallet2.h b/src/wallet/wallet2.h index f86d312f8..97fc87c9f 100644 --- a/src/wallet/wallet2.h +++ b/src/wallet/wallet2.h @@ -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 get_subaddress_lookahead() const { return {m_subaddress_lookahead_major, m_subaddress_lookahead_minor}; } + const std::unordered_map &get_subaddress_map_ref() const { return m_subaddresses; } /*! * \brief Tells if the wallet file is deprecated. */