diff --git a/src/wallet/monero_wallet_full.h b/src/wallet/monero_wallet_full.h index af503127..93a7e996 100644 --- a/src/wallet/monero_wallet_full.h +++ b/src/wallet/monero_wallet_full.h @@ -252,11 +252,15 @@ namespace monero { std::string get_keys_file_buffer(const epee::wipeable_string& password, bool view_only) const; std::string get_cache_file_buffer() const; + // --------------------------------- PROTECTED -------------------------------- + + protected: + std::unique_ptr m_w2; // internal wallet implementation + // ---------------------------------- PRIVATE --------------------------------- private: friend struct wallet2_listener; - std::unique_ptr m_w2; // internal wallet implementation std::unique_ptr m_w2_listener; // internal wallet implementation listener std::set m_listeners; // external wallet listeners