Skip to content

Commit

Permalink
cmd/litcli: add missing peer pubkey flag to CLI
Browse files Browse the repository at this point in the history
  • Loading branch information
guggero committed Aug 14, 2024
1 parent 5fa86ba commit 5d7a210
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmd/litcli/ln.go
Original file line number Diff line number Diff line change
Expand Up @@ -385,6 +385,7 @@ var payInvoiceCommand = cli.Command{
"invoice",
},
assetIDFlag,
rfqPeerPubKeyFlag,
),
Action: payInvoice,
}
Expand Down

0 comments on commit 5d7a210

Please sign in to comment.