Address #1729: Min password length
This commit is contained in:
parent
78953fd9b5
commit
950bcd0f6d
|
@ -27,7 +27,7 @@ type
|
|||
mnemonic*: Mnemonic
|
||||
|
||||
const
|
||||
minPasswordLen = 10
|
||||
minPasswordLen = 12
|
||||
|
||||
mostCommonPasswords = wordListArray(
|
||||
currentSourcePath.parentDir /
|
||||
|
|
Loading…
Reference in New Issue