cmd/lncli: exit if user opts to not recover SCB files
This commit is contained in:
parent
03ee8c047a
commit
9079dfbd33
@ -1452,8 +1452,8 @@ func create(ctx *cli.Context) error {
|
|||||||
restoreSCB = true
|
restoreSCB = true
|
||||||
break warningLoop
|
break warningLoop
|
||||||
case "n":
|
case "n":
|
||||||
restoreSCB = false
|
fmt.Println("Aborting SCB recovery")
|
||||||
break warningLoop
|
return nil
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user