aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorOran Juice <oranjuices@hotmail.com>2014-10-07 16:14:03 +0530
committerOran Juice <oranjuices@hotmail.com>2014-10-07 16:14:03 +0530
commit4c8a628de27de8fcec2b6b9e03236b88c65001fc (patch)
tree88345170e9dd8aff007e468e215a5286fd6921d6 /src
parentVariable unique prefix lengths for seed (diff)
downloadmonero-4c8a628de27de8fcec2b6b9e03236b88c65001fc.tar.xz
Remove iostream header put in during testing
Diffstat (limited to 'src')
-rw-r--r--src/mnemonics/electrum-words.cpp2
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;