aboutsummaryrefslogtreecommitdiff
path: root/src/wallet/api/wallet.h
diff options
context:
space:
mode:
authorstoffu <stoffu@protonmail.ch>2018-08-10 21:15:40 +0900
committerstoffu <stoffu@protonmail.ch>2018-08-23 14:55:09 +0900
commit8ca1215f25ad48a87c5445ffeed8896122343ad1 (patch)
treecc425f37ea820dbba2d66f74e53beaf8e61b83fe /src/wallet/api/wallet.h
parentMerge pull request #4249 (diff)
downloadmonero-8ca1215f25ad48a87c5445ffeed8896122343ad1.tar.xz
wallet: store trusted-daemon flag in wallet2
Diffstat (limited to '')
-rw-r--r--src/wallet/api/wallet.h1
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;