mirror of
https://github.com/ElementsProject/lightning.git
synced 2025-01-17 19:03:42 +01:00
added minimum word list needed
Not every user know the minimum word list that is needed.
This commit is contained in:
parent
3ec2167590
commit
dbb7f31d39
@ -453,7 +453,7 @@ static void get_mnemonic(char *mnemonic) {
|
||||
char *line = NULL;
|
||||
size_t line_size = 0;
|
||||
|
||||
printf("Introduce your BIP39 word list separated by space:\n");
|
||||
printf("Introduce your BIP39 word list separated by space (at least 12 words):\n");
|
||||
fflush(stdout);
|
||||
size_t characters = getline(&line, &line_size, stdin);
|
||||
if (characters < 0)
|
||||
|
Loading…
Reference in New Issue
Block a user