diff options
author | moneromooo-monero <moneromooo-monero@users.noreply.github.com> | 2015-10-11 19:45:59 +0100 |
---|---|---|
committer | moneromooo-monero <moneromooo-monero@users.noreply.github.com> | 2015-10-11 19:45:59 +0100 |
commit | df8a1105e66dcc0962637ec41bcf36874a5f3a5f (patch) | |
tree | 9cb2850878227f94b3e335968de9c7987d729700 /src/simplewallet/simplewallet.h | |
parent | Merge pull request #420 (diff) | |
download | monero-df8a1105e66dcc0962637ec41bcf36874a5f3a5f.tar.xz |
simplewallet: add a --trusted-daemon flag
It allows enabling the rescan_spent command only for trusted
daemon
Diffstat (limited to 'src/simplewallet/simplewallet.h')
-rw-r--r-- | src/simplewallet/simplewallet.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/simplewallet/simplewallet.h b/src/simplewallet/simplewallet.h index d8841f2d8..5a5401928 100644 --- a/src/simplewallet/simplewallet.h +++ b/src/simplewallet/simplewallet.h @@ -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; |