Skip to content

Commit 164183b

Browse files
committed
feat: 24 words mnemonic
1 parent e58dc80 commit 164183b

File tree

5 files changed

+388
-102
lines changed

5 files changed

+388
-102
lines changed

src/bin/neptune-cli.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1381,7 +1381,7 @@ fn enter_seed_phrase_dialog() -> Result<SecretKeyMaterial> {
13811381
{
13821382
phrase.push(word.to_string());
13831383
i += 1;
1384-
if i > 18 {
1384+
if i > 24 {
13851385
break;
13861386
}
13871387
} else {

0 commit comments

Comments
 (0)