Merge branch 'v0-17-1-branch-rc1-8063' into v0-17-1-branch-rc1

This commit is contained in:
Olaoluwa Osuntokun 2023-11-01 11:17:04 -07:00
commit 155f66b16f

View File

@ -680,10 +680,10 @@ func connectPeer(ctx *cli.Context) error {
}
var disconnectCommand = cli.Command{
Name: "disconnect",
Category: "Peers",
Usage: "Disconnect a remote lightning peer identified by " +
"public key.",
Name: "disconnect",
Category: "Peers",
Usage: "Disconnect a remote lightning peer identified by " +
"public key.",
ArgsUsage: "<pubkey>",
Flags: []cli.Flag{
cli.StringFlag{