Skip to content

Commit 35cbada

Browse files
stariushieblmi
authored andcommitted
looprpc: correct CLI commands in and openchannel
1 parent 8ec065c commit 35cbada

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

looprpc/client.proto

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -196,13 +196,13 @@ service SwapClient {
196196
rpc GetStaticAddressSummary (StaticAddressSummaryRequest)
197197
returns (StaticAddressSummaryResponse);
198198

199-
/* loop:`in`
199+
/* loop:`static in`
200200
StaticAddressLoopIn initiates a static address loop-in swap.
201201
*/
202202
rpc StaticAddressLoopIn (StaticAddressLoopInRequest)
203203
returns (StaticAddressLoopInResponse);
204204

205-
/* loop:`openchannel`
205+
/* loop:`static openchannel`
206206
StaticOpenChannel opens a channel funded by selected static address
207207
deposits.
208208
*/

looprpc/client.swagger.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -946,7 +946,7 @@
946946
},
947947
"/v1/staticaddr/loopin": {
948948
"post": {
949-
"summary": "loop:`in`\nStaticAddressLoopIn initiates a static address loop-in swap.",
949+
"summary": "loop:`static in`\nStaticAddressLoopIn initiates a static address loop-in swap.",
950950
"operationId": "SwapClient_StaticAddressLoopIn",
951951
"responses": {
952952
"200": {

looprpc/client_grpc.pb.go

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)