From a2625731d019a736aff45d3307bb3c828123700c Mon Sep 17 00:00:00 2001 From: George Tsagkarelis Date: Thu, 30 Oct 2025 10:50:43 +0100 Subject: [PATCH] litcli: update description for rfq pubkey field With the latest version of tapd we no longer require the rfq field to be set. If left unset then AddInvoice/SendPayment will automatically acquire quotes in order for the operation to be carried out. --- cmd/litcli/ln.go | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/cmd/litcli/ln.go b/cmd/litcli/ln.go index d4d99c10..87cb453c 100644 --- a/cmd/litcli/ln.go +++ b/cmd/litcli/ln.go @@ -210,9 +210,8 @@ var ( rfqPeerPubKeyFlag = cli.StringFlag{ Name: "rfq_peer_pubkey", Usage: "(optional) the public key of the peer to ask for a " + - "quote when converting from assets to sats; must be " + - "set if there are multiple channels with the same " + - "asset ID present", + "quote when converting from assets to sats; if left " + + "unset then rfq peers will be picked automatically", } allowOverpayFlag = cli.BoolFlag{