simplewallet: add a --trusted-daemon flag

It allows enabling the rescan_spent command only for trusted
daemon
This commit is contained in:
moneromooo-monero
2015-10-11 19:45:59 +01:00
parent 5b47019cf4
commit df8a1105e6
2 changed files with 10 additions and 0 deletions
+1
View File
@@ -213,6 +213,7 @@ namespace cryptonote
crypto::secret_key m_recovery_key; // recovery key (used as random for wallet gen)
bool m_restore_deterministic_wallet; // recover flag
bool m_non_deterministic; // old 2-random generation
bool m_trusted_daemon;
std::string m_daemon_address;
std::string m_daemon_host;