mirror of
https://github.com/lightninglabs/lightning-terminal.git
synced 2026-08-13 12:33:36 +02:00
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:
parent
a84de391bd
commit
a2625731d0
1 changed files with 2 additions and 3 deletions
|
|
@ -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{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue