Default to new style English seed
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user