mirror of
https://github.com/monero-project/monero.git
synced 2026-02-01 17:24:41 +01:00
wallet2_api: remove an unused, uninitialized, field
Silences CID 161874
This commit is contained in:
@@ -153,7 +153,6 @@ private:
|
|||||||
std::string m_password;
|
std::string m_password;
|
||||||
TransactionHistoryImpl * m_history;
|
TransactionHistoryImpl * m_history;
|
||||||
bool m_trustedDaemon;
|
bool m_trustedDaemon;
|
||||||
WalletListener * m_walletListener;
|
|
||||||
Wallet2CallbackImpl * m_wallet2Callback;
|
Wallet2CallbackImpl * m_wallet2Callback;
|
||||||
AddressBookImpl * m_addressBook;
|
AddressBookImpl * m_addressBook;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user