diff options
author | Riccardo Spagni <ric@spagni.net> | 2014-12-02 07:34:27 +0200 |
---|---|---|
committer | Riccardo Spagni <ric@spagni.net> | 2014-12-02 07:34:56 +0200 |
commit | ef2a2b42c9e710d1455fd2983e82bfe930c7101f (patch) | |
tree | f0efce8bb8045061b32895f04bf0fed79a249873 /src/simplewallet | |
parent | Merge pull request #187 (diff) | |
parent | remove unused display variable (diff) | |
download | monero-ef2a2b42c9e710d1455fd2983e82bfe930c7101f.tar.xz |
Merge pull request #186
3300ae5 remove unused display variable (warptangent)
0e0e557 return true on success (warptangent)
2e11eb1 deterministic wallet use of twelve words fixed (warptangent)
21a3c46 ensure that keccak is called on view spend key, not a possibly pre-sc_reduce32 version of it - for deriving view secret key (warptangent)
Diffstat (limited to 'src/simplewallet')
-rw-r--r-- | src/simplewallet/simplewallet.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/simplewallet/simplewallet.cpp b/src/simplewallet/simplewallet.cpp index be3c82001..e1e2a198b 100644 --- a/src/simplewallet/simplewallet.cpp +++ b/src/simplewallet/simplewallet.cpp @@ -551,9 +551,6 @@ bool simple_wallet::new_wallet(const std::string &wallet_file, const std::string crypto::ElectrumWords::bytes_to_words(recovery_val, electrum_words, mnemonic_language); - std::string print_electrum = ""; - - success_msg_writer() << "**********************************************************************\n" << "Your wallet has been generated.\n" << |