added minimum word list needed

Not every user know the minimum word list that is needed.
This commit is contained in:
LightningHelper 2021-07-18 19:02:23 -04:00 committed by Rusty Russell
parent 3ec2167590
commit dbb7f31d39

View File

@ -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)