Skip to content

Commit

Permalink
Merge pull request #3228 from halseth/lnrpc-extra-space
Browse files Browse the repository at this point in the history
[trivial] lnrpc/rpc.proto: remove trailing spaces
  • Loading branch information
Roasbeef committed Jun 20, 2019
2 parents 997023c + 7c4c64f commit 82c776a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions lnrpc/rpc.proto
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ service Lightning {
/** lncli: `walletbalance`
WalletBalance returns total unspent outputs(confirmed and unconfirmed), all
confirmed unspent outputs and all unconfirmed unspent outputs under control
of the wallet.
of the wallet.
*/
rpc WalletBalance (WalletBalanceRequest) returns (WalletBalanceResponse) {
option (google.api.http) = {
Expand Down Expand Up @@ -398,7 +398,7 @@ service Lightning {
rpc SubscribeChannelEvents (ChannelEventSubscription) returns (stream ChannelEventUpdate);

/** lncli: `closedchannels`
ClosedChannels returns a description of all the closed channels that
ClosedChannels returns a description of all the closed channels that
this node was a participant in.
*/
rpc ClosedChannels (ClosedChannelsRequest) returns (ClosedChannelsResponse) {
Expand Down
2 changes: 1 addition & 1 deletion lnrpc/rpc.swagger.json
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,7 @@
},
"/v1/channels/closed": {
"get": {
"summary": "* lncli: `closedchannels`\nClosedChannels returns a description of all the closed channels that \nthis node was a participant in.",
"summary": "* lncli: `closedchannels`\nClosedChannels returns a description of all the closed channels that\nthis node was a participant in.",
"operationId": "ClosedChannels",
"responses": {
"200": {
Expand Down

0 comments on commit 82c776a

Please sign in to comment.