diff options
author | Oran Juice <oranjuices@hotmail.com> | 2014-10-19 14:39:45 +0530 |
---|---|---|
committer | Oran Juice <oranjuices@hotmail.com> | 2014-10-19 14:39:45 +0530 |
commit | f1eaf88ba691fc37c07b664af9ebb6fb342b4c23 (patch) | |
tree | 026d40be1aa5038ad4d46c912eb7ad7a89a04456 /src/wallet | |
parent | Doxygen comments (diff) | |
download | monero-f1eaf88ba691fc37c07b664af9ebb6fb342b4c23.tar.xz |
Prints seed after wallet upgrade. Removed iostream include.
Diffstat (limited to 'src/wallet')
-rw-r--r-- | src/wallet/wallet2.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/wallet/wallet2.cpp b/src/wallet/wallet2.cpp index aece1e9d6..a28eaaa7b 100644 --- a/src/wallet/wallet2.cpp +++ b/src/wallet/wallet2.cpp @@ -52,8 +52,6 @@ using namespace epee; #include "rapidjson/writer.h" #include "rapidjson/stringbuffer.h" -#include <iostream> - extern "C" { #include "crypto/keccak.h" |