Fix typo in restorechanbackup command description

This commit is contained in:
Umar Bolatov 2021-01-31 17:37:27 -08:00
parent bd1c5378bf
commit 4dc5cb5a3a
No known key found for this signature in database
GPG Key ID: 2C1F9AEB371D2A28
2 changed files with 2 additions and 2 deletions

View File

@ -2573,7 +2573,7 @@ var restoreChanBackupCommand = cli.Command{
Description: ` Description: `
Allows a user to restore a Static Channel Backup (SCB) that was Allows a user to restore a Static Channel Backup (SCB) that was
obtained either via the exportchanbackup command, or from lnd's obtained either via the exportchanbackup command, or from lnd's
automatically manged channels.backup file. This command should be used automatically managed channels.backup file. This command should be used
if a user is attempting to restore a channel due to data loss on a if a user is attempting to restore a channel due to data loss on a
running node restored with the same seed as the node that created the running node restored with the same seed as the node that created the
channel. If successful, this command will allows the user to recover channel. If successful, this command will allows the user to recover

View File

@ -313,7 +313,7 @@ DESCRIPTION:
Allows a user to restore a Static Channel Backup (SCB) that was Allows a user to restore a Static Channel Backup (SCB) that was
obtained either via the exportchanbackup command, or from lnd's obtained either via the exportchanbackup command, or from lnd's
automatically manged channels.backup file. This command should be used automatically managed channels.backup file. This command should be used
if a user is attempting to restore a channel due to data loss on a if a user is attempting to restore a channel due to data loss on a
running node restored with the same seed as the node that created the running node restored with the same seed as the node that created the
channel. If successful, this command will allows the user to recover channel. If successful, this command will allows the user to recover