Skip to content

Commit

Permalink
lnrpc: add CloseChannel to README description of RPC calls
Browse files Browse the repository at this point in the history
  • Loading branch information
Roasbeef committed Jan 13, 2017
1 parent eb1509a commit 6a67d48
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lnrpc/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6a67d48

Please sign in to comment.