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.
This commit is contained in:
George Tsagkarelis 2025-10-30 10:50:43 +01:00
parent a84de391bd
commit a2625731d0
No known key found for this signature in database
GPG key ID: E08DEA9B12B66AF6

View file

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