diff --git a/src/wallet/wallet2.h b/src/wallet/wallet2.h index f86d312..97fc87c 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. */