simplewallet: add a --trusted-daemon flag
It allows enabling the rescan_spent command only for trusted daemon
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user