diff options
author | moneromooo-monero <moneromooo-monero@users.noreply.github.com> | 2015-10-21 23:28:39 +0100 |
---|---|---|
committer | moneromooo-monero <moneromooo-monero@users.noreply.github.com> | 2017-03-25 12:14:01 +0000 |
commit | 6e6794786ae6f9a81281dd4467c834f70040b77c (patch) | |
tree | 66700e34035a196db1c5bb3eceebe128999f65a6 /src/mnemonics/spanish.h | |
parent | mnemonics: misc cleanup (diff) | |
download | monero-6e6794786ae6f9a81281dd4467c834f70040b77c.tar.xz |
mnemonics: sanity checks for word lists
and a test to go with it
Remember to run the test when changing word lists, or simplewallet
will throw uncaught if that word list is used.
Diffstat (limited to 'src/mnemonics/spanish.h')
-rw-r--r-- | src/mnemonics/spanish.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mnemonics/spanish.h b/src/mnemonics/spanish.h index a9a93243c..4b386a968 100644 --- a/src/mnemonics/spanish.h +++ b/src/mnemonics/spanish.h @@ -1680,7 +1680,7 @@ namespace Language "rito"
}), 4) { - populate_maps();
+ populate_maps(ALLOW_SHORT_WORDS);
}
};
}
|