mirror of
https://github.com/aljazceru/lightning.git
synced 2026-01-10 17:44:22 +01:00
hsmtool: this is 'success', not 'succes'
I tried to wait_for_log() on "successfully" without success :/ Signed-off-by: Antoine Poinsot <darosior@protonmail.com>
This commit is contained in:
committed by
Rusty Russell
parent
a53aa1aaef
commit
526e6026f5
@@ -212,7 +212,7 @@ static int decrypt_hsm(const char *hsm_secret_path)
|
||||
unlink_noerr(backup);
|
||||
tal_free(dir);
|
||||
|
||||
printf("Succesfully decrypted hsm_secret, be careful now :-).\n");
|
||||
printf("Successfully decrypted hsm_secret, be careful now :-).\n");
|
||||
return 0;
|
||||
}
|
||||
|
||||
@@ -285,7 +285,7 @@ static int encrypt_hsm(const char *hsm_secret_path)
|
||||
unlink_noerr(backup);
|
||||
tal_free(dir);
|
||||
|
||||
printf("Succesfully encrypted hsm_secret. You'll now have to pass the "
|
||||
printf("Successfully encrypted hsm_secret. You'll now have to pass the "
|
||||
"--encrypted-hsm startup option.\n");
|
||||
return 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user