lnrpc: add CloseChannel to README description of RPC calls

This commit is contained in:
Olaoluwa Osuntokun 2017-01-12 18:40:02 -08:00
parent eb1509a1cf
commit 6a67d4848a
No known key found for this signature in database
GPG Key ID: 9CC5B105D03521A2

@ -53,6 +53,10 @@ description):
* OpenChannel
* Attempts to open a channel to a target peer with a specific amount and
push amount.
* CloseChannel
* Attempts to close a target channel. A channel can either be closed
cooperatively if the channel peer is online, or using a "force" close to
broadcast the latest channel state.
* SendPayment
* Send a payment over Lightning to a target peer.
* AddInvoice