diff --git a/cmd/litcli/ln.go b/cmd/litcli/ln.go index 3da7f621e..4a6e88787 100644 --- a/cmd/litcli/ln.go +++ b/cmd/litcli/ln.go @@ -385,6 +385,7 @@ var payInvoiceCommand = cli.Command{ "invoice", }, assetIDFlag, + rfqPeerPubKeyFlag, ), Action: payInvoice, }