diff options
author | Oran Juice <oranjuices@hotmail.com> | 2014-10-07 16:14:03 +0530 |
---|---|---|
committer | Oran Juice <oranjuices@hotmail.com> | 2014-10-07 16:14:03 +0530 |
commit | 4c8a628de27de8fcec2b6b9e03236b88c65001fc (patch) | |
tree | 88345170e9dd8aff007e468e215a5286fd6921d6 /src | |
parent | Variable unique prefix lengths for seed (diff) | |
download | monero-4c8a628de27de8fcec2b6b9e03236b88c65001fc.tar.xz |
Remove iostream header put in during testing
Diffstat (limited to 'src')
-rw-r--r-- | src/mnemonics/electrum-words.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mnemonics/electrum-words.cpp b/src/mnemonics/electrum-words.cpp index 937f7bfd5..c70a56972 100644 --- a/src/mnemonics/electrum-words.cpp +++ b/src/mnemonics/electrum-words.cpp @@ -59,8 +59,6 @@ #include "language_base.h" #include "singleton.h" -#include <iostream> - namespace { const int seed_length = 24; |