Address #1729: Min password length

This commit is contained in:
Zahary Karadjov 2020-10-02 18:58:08 +03:00 committed by zah
parent 78953fd9b5
commit 950bcd0f6d
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ type
mnemonic*: Mnemonic mnemonic*: Mnemonic
const const
minPasswordLen = 10 minPasswordLen = 12
mostCommonPasswords = wordListArray( mostCommonPasswords = wordListArray(
currentSourcePath.parentDir / currentSourcePath.parentDir /