diff options
author | Thomas Winget <tewinget@gmail.com> | 2014-06-08 18:59:02 -0400 |
---|---|---|
committer | Thomas Winget <tewinget@gmail.com> | 2014-06-12 19:05:52 -0400 |
commit | b6a475119731d88aec017fa1d69128c20da6b303 (patch) | |
tree | 6eafa902930149a8944419d66946db074d87cd32 /src/simplewallet/simplewallet.h | |
parent | DRY cin input_line (and test replacement of non-DRY usage) (diff) | |
download | monero-b6a475119731d88aec017fa1d69128c20da6b303.tar.xz |
reworked command line args for simplewallet.
--generate-new-wallet and --wallet-file are now properly mutually-exclusive.
Diffstat (limited to 'src/simplewallet/simplewallet.h')
-rw-r--r-- | src/simplewallet/simplewallet.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/simplewallet/simplewallet.h b/src/simplewallet/simplewallet.h index d1f9fe98b..37ccfe895 100644 --- a/src/simplewallet/simplewallet.h +++ b/src/simplewallet/simplewallet.h @@ -131,7 +131,7 @@ namespace cryptonote std::string m_electrum_seed; // electrum-style seed parameter crypto::secret_key m_recovery_key; // recovery key (used as random for wallet gen) - bool m_recover; // recover flag + bool m_restore_deterministic_wallet; // recover flag std::string m_daemon_address; std::string m_daemon_host; |