You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: looprpc/client.swagger.json
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -494,20 +494,20 @@
494
494
"format": "uint64",
495
495
"description": "The amount of time we require pass since a channel was part of a failed\nswap due to off chain payment failure until it will be considered for swap\nsuggestions again, expressed in seconds."
496
496
},
497
-
"auto_loop_out": {
497
+
"autoloop": {
498
498
"type": "boolean",
499
499
"format": "boolean",
500
-
"description": "Set to true to enable automatic dispatch of loop out swaps. All swaps will\nbe limited to the fee categories set by these parameters, and total\nexpenditure will be limited to the auto out budget."
500
+
"description": "Set to true to enable automatic dispatch of swaps. All swaps will be limited \nto the fee categories set by these parameters, and total expenditure will \nbe limited to the autoloop budget."
501
501
},
502
-
"auto_out_budget_sat": {
502
+
"autoloop_budget_sat": {
503
503
"type": "string",
504
504
"format": "uint64",
505
505
"description": "The total budget for automatically dispatched swaps since the budget start\ntime, expressed in satoshis."
506
506
},
507
-
"auto_out_budget_start_sec": {
507
+
"autoloop_budget_start_sec": {
508
508
"type": "string",
509
509
"format": "uint64",
510
-
"description": "The start time for auto-out budget, expressed as a unix timestamp in\nseconds. If this value is 0, the budget will be applied for all\nautomatically dispatched swaps. Swaps that were completed before this date\nwill not be included in budget calculations."
510
+
"description": "The start time for autoloop budget, expressed as a unix timestamp in\nseconds. If this value is 0, the budget will be applied for all\nautomatically dispatched swaps. Swaps that were completed before this date\nwill not be included in budget calculations."
0 commit comments