diff options
author | warptangent <warptangent@inbox.com> | 2014-11-06 14:36:37 -0800 |
---|---|---|
committer | warptangent <warptangent@inbox.com> | 2014-12-01 14:08:26 -0800 |
commit | 3300ae5f4e0f9b1b09515bc9b291150c0bc65146 (patch) | |
tree | bc56464ac03de4d65958ce9a1c53e13a5c0e6976 | |
parent | return true on success (diff) | |
download | monero-3300ae5f4e0f9b1b09515bc9b291150c0bc65146.tar.xz |
remove unused display variable
-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 84e134fed..073705653 100644 --- a/src/simplewallet/simplewallet.cpp +++ b/src/simplewallet/simplewallet.cpp @@ -544,9 +544,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" << |