aboutsummaryrefslogtreecommitdiff
path: root/src/mnemonics
diff options
context:
space:
mode:
authorOran Juice <oranjuices@hotmail.com>2014-09-28 13:49:47 +0530
committerOran Juice <oranjuices@hotmail.com>2014-09-28 13:49:47 +0530
commit473c9644a9afd36f98efa904a8feb73286e988f0 (patch)
tree4606bfd56935fb6b4e59f4a66d9fd28aa9242fe9 /src/mnemonics
parentMinor code refactor and comment changes (diff)
downloadmonero-473c9644a9afd36f98efa904a8feb73286e988f0.tar.xz
Default to new style English seed
Diffstat (limited to 'src/mnemonics')
-rw-r--r--src/mnemonics/electrum-words.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mnemonics/electrum-words.cpp b/src/mnemonics/electrum-words.cpp
index c31344f61..9e1cc9ec8 100644
--- a/src/mnemonics/electrum-words.cpp
+++ b/src/mnemonics/electrum-words.cpp
@@ -259,7 +259,7 @@ namespace crypto
{
if (is_uninitialized())
{
- init("", true);
+ init("english", true);
}
// To store the words for random access to add the checksum word later.