cmd/lncli: exit if user opts to not recover SCB files

This commit is contained in:
Olaoluwa Osuntokun 2019-12-04 19:24:35 -08:00
parent 03ee8c047a
commit 9079dfbd33
No known key found for this signature in database
GPG Key ID: BC13F65E2DC84465

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