diff options
author | Riccardo Spagni <ric@spagni.net> | 2015-10-11 21:29:22 +0200 |
---|---|---|
committer | Riccardo Spagni <ric@spagni.net> | 2015-10-11 21:29:25 +0200 |
commit | 0fdc75b054a77f8fd7b21acad8ebda55543d9358 (patch) | |
tree | 78ebb063d9c49da09cff41e30843d1836e351715 /src/simplewallet/simplewallet.h | |
parent | Merge pull request #425 (diff) | |
parent | simplewallet: add a --trusted-daemon flag (diff) | |
download | monero-0fdc75b054a77f8fd7b21acad8ebda55543d9358.tar.xz |
Merge pull request #427
df8a110 simplewallet: add a --trusted-daemon flag (moneromooo-monero)
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; |