1
0
Fork 0
mirror of https://github.com/ACINQ/eclair.git synced 2025-02-23 22:46:44 +01:00

Update README with description to receive method (closed #111) (#113)

Description is mandatory when using receive as method to generate payment request.
This commit is contained in:
rem0g 2017-07-22 18:14:52 +02:00 committed by Pierre-Marie Padiou
parent 905aebebbd
commit f51be77ab1

View file

@ -99,7 +99,7 @@ option | description | default value
channels | | list existing local channels
channel | channelId | retrieve detailed information about a given channel
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
close | channelId | close a channel
close | channelId, scriptPubKey (optional) | close a channel and send the funds to the given scriptPubKey