mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-02-22 14:22:37 +01:00
cmd/lncli: exit if user opts to not recover SCB files
This commit is contained in:
parent
03ee8c047a
commit
9079dfbd33
1 changed files with 2 additions and 2 deletions
|
@ -1452,8 +1452,8 @@ func create(ctx *cli.Context) error {
|
|||
restoreSCB = true
|
||||
break warningLoop
|
||||
case "n":
|
||||
restoreSCB = false
|
||||
break warningLoop
|
||||
fmt.Println("Aborting SCB recovery")
|
||||
return nil
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue