Merge pull request #3228 from halseth/lnrpc-extra-space
[trivial] lnrpc/rpc.proto: remove trailing spaces
This commit is contained in:
commit
82c776a75b
@ -212,7 +212,7 @@ service Lightning {
|
|||||||
/** lncli: `walletbalance`
|
/** lncli: `walletbalance`
|
||||||
WalletBalance returns total unspent outputs(confirmed and unconfirmed), all
|
WalletBalance returns total unspent outputs(confirmed and unconfirmed), all
|
||||||
confirmed unspent outputs and all unconfirmed unspent outputs under control
|
confirmed unspent outputs and all unconfirmed unspent outputs under control
|
||||||
of the wallet.
|
of the wallet.
|
||||||
*/
|
*/
|
||||||
rpc WalletBalance (WalletBalanceRequest) returns (WalletBalanceResponse) {
|
rpc WalletBalance (WalletBalanceRequest) returns (WalletBalanceResponse) {
|
||||||
option (google.api.http) = {
|
option (google.api.http) = {
|
||||||
@ -398,7 +398,7 @@ service Lightning {
|
|||||||
rpc SubscribeChannelEvents (ChannelEventSubscription) returns (stream ChannelEventUpdate);
|
rpc SubscribeChannelEvents (ChannelEventSubscription) returns (stream ChannelEventUpdate);
|
||||||
|
|
||||||
/** lncli: `closedchannels`
|
/** 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.
|
this node was a participant in.
|
||||||
*/
|
*/
|
||||||
rpc ClosedChannels (ClosedChannelsRequest) returns (ClosedChannelsResponse) {
|
rpc ClosedChannels (ClosedChannelsRequest) returns (ClosedChannelsResponse) {
|
||||||
|
@ -293,7 +293,7 @@
|
|||||||
},
|
},
|
||||||
"/v1/channels/closed": {
|
"/v1/channels/closed": {
|
||||||
"get": {
|
"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",
|
"operationId": "ClosedChannels",
|
||||||
"responses": {
|
"responses": {
|
||||||
"200": {
|
"200": {
|
||||||
|
Loading…
Reference in New Issue
Block a user