diff options
author | stoffu <stoffu@protonmail.ch> | 2018-08-10 21:15:40 +0900 |
---|---|---|
committer | stoffu <stoffu@protonmail.ch> | 2018-08-23 14:55:09 +0900 |
commit | 8ca1215f25ad48a87c5445ffeed8896122343ad1 (patch) | |
tree | cc425f37ea820dbba2d66f74e53beaf8e61b83fe /src/wallet/api/wallet.h | |
parent | Merge pull request #4249 (diff) | |
download | monero-8ca1215f25ad48a87c5445ffeed8896122343ad1.tar.xz |
wallet: store trusted-daemon flag in wallet2
Diffstat (limited to '')
-rw-r--r-- | src/wallet/api/wallet.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/wallet/api/wallet.h b/src/wallet/api/wallet.h index 9218d3ad5..0f3b1ce04 100644 --- a/src/wallet/api/wallet.h +++ b/src/wallet/api/wallet.h @@ -219,7 +219,6 @@ private: mutable std::string m_errorString; std::string m_password; TransactionHistoryImpl * m_history; - bool m_trustedDaemon; Wallet2CallbackImpl * m_wallet2Callback; AddressBookImpl * m_addressBook; SubaddressImpl * m_subaddress; |