diff options
author | luigi1111 <luigi1111w@gmail.com> | 2018-09-04 13:03:37 -0500 |
---|---|---|
committer | luigi1111 <luigi1111w@gmail.com> | 2018-09-04 13:03:37 -0500 |
commit | 88e5ed00724cc29e7283028dc359a91ee435ccc4 (patch) | |
tree | 0e6eb0b933421f8f7aab3f4d3518bd18c59cf195 /src/simplewallet/simplewallet.h | |
parent | Merge pull request #4160 (diff) | |
parent | wallet: store trusted-daemon flag in wallet2 (diff) | |
download | monero-88e5ed00724cc29e7283028dc359a91ee435ccc4.tar.xz |
Merge pull request #4245
8ca1215 wallet: store trusted-daemon flag in wallet2 (stoffu)
Diffstat (limited to 'src/simplewallet/simplewallet.h')
-rw-r--r-- | src/simplewallet/simplewallet.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/simplewallet/simplewallet.h b/src/simplewallet/simplewallet.h index 99fc19c00..bfbe633ac 100644 --- a/src/simplewallet/simplewallet.h +++ b/src/simplewallet/simplewallet.h @@ -233,7 +233,6 @@ namespace cryptonote bool print_ring_members(const std::vector<tools::wallet2::pending_tx>& ptx_vector, std::ostream& ostr); std::string get_prompt() const; bool print_seed(bool encrypted); - bool is_daemon_trusted() const { return *m_trusted_daemon; } /*! * \brief Prints the seed with a nice message @@ -337,7 +336,6 @@ namespace cryptonote bool m_restore_deterministic_wallet; // recover flag bool m_restore_multisig_wallet; // recover flag bool m_non_deterministic; // old 2-random generation - boost::optional<bool> m_trusted_daemon; bool m_allow_mismatched_daemon_version; bool m_restoring; // are we restoring, by whatever method? uint64_t m_restore_height; // optional |