Skip to content

Commit 657d30c

Browse files
committed
feat: 24 words mnemonic
1 parent fd17cd7 commit 657d30c

File tree

5 files changed

+388
-102
lines changed

5 files changed

+388
-102
lines changed

neptune-cli/src/main.rs

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

0 commit comments

Comments
 (0)