mirror of
https://github.com/ACINQ/eclair.git
synced 2025-02-24 06:47:46 +01:00
Description is mandatory when using receive as method to generate payment request.
This commit is contained in:
parent
905aebebbd
commit
f51be77ab1
1 changed files with 1 additions and 1 deletions
|
@ -99,7 +99,7 @@ option | description | default value
|
||||||
channels | | list existing local channels
|
channels | | list existing local channels
|
||||||
channel | channelId | retrieve detailed information about a given channel
|
channel | channelId | retrieve detailed information about a given channel
|
||||||
network | | list all nodes that have been announced
|
network | | list all nodes that have been announced
|
||||||
receive | amountMsat | generate a payment request for a given amount
|
receive | amountMsat, description | generate a payment request for a given amount
|
||||||
send | amountMsat, paymentHash, nodeId | send a payment to a lightning node
|
send | amountMsat, paymentHash, nodeId | send a payment to a lightning node
|
||||||
close | channelId | close a channel
|
close | channelId | close a channel
|
||||||
close | channelId, scriptPubKey (optional) | close a channel and send the funds to the given scriptPubKey
|
close | channelId, scriptPubKey (optional) | close a channel and send the funds to the given scriptPubKey
|
||||||
|
|
Loading…
Add table
Reference in a new issue