Skip to content

Commit ea29ace

Browse files
committed
docs: update easy-exclude parameters
1 parent 9e459f6 commit ea29ace

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

docs/loop.1

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -335,6 +335,9 @@ update the parameters set for the liquidity manager
335335
.PP
336336
\fB--easyautoloop\fP: set to true to enable easy autoloop, which will automatically dispatch swaps in order to meet the target local balance.
337337

338+
.PP
339+
\fB--excludeeasypeer\fP="": list of peer pubkeys (hex) to exclude from easy autoloop channel selection. Repeat --excludeeasypeer for multiple peers (default: [])
340+
338341
.PP
339342
\fB--failurebackoff\fP="": the amount of time, in seconds, that should pass before a channel that previously had a failed swap will be included in suggestions. (default: 0)
340343

@@ -350,6 +353,9 @@ update the parameters set for the liquidity manager
350353
.PP
351354
\fB--htlc_conf\fP="": the confirmation target for loop in on-chain htlcs. (default: 0)
352355

356+
.PP
357+
\fB--includealleasypeers\fP: include all peers back into easy autoloop by clearing the exclusion list. It cannot be combined with --excludeeasypeer
358+
353359
.PP
354360
\fB--localbalancesat\fP="": the target size of total local balance in satoshis, used by easy autoloop. (default: 0)
355361

docs/loop.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -351,6 +351,8 @@ The following flags are supported:
351351
| `--htlc_conf="…"` | the confirmation target for loop in on-chain htlcs | int | `0` |
352352
| `--easyautoloop` | set to true to enable easy autoloop, which will automatically dispatch swaps in order to meet the target local balance | bool | `false` |
353353
| `--localbalancesat="…"` | the target size of total local balance in satoshis, used by easy autoloop | uint | `0` |
354+
| `--excludeeasypeer="…"` | list of peer pubkeys (hex) to exclude from easy autoloop channel selection. Repeat --excludeeasypeer for multiple peers | string | `[]` |
355+
| `--includealleasypeers` | include all peers back into easy autoloop by clearing the exclusion list. It cannot be combined with --excludeeasypeer | bool | `false` |
354356
| `--asset_easyautoloop` | set to true to enable asset easy autoloop, which will automatically dispatch asset swaps in order to meet the target local balance | bool | `false` |
355357
| `--asset_id="…"` | If set to a valid asset ID, the easyautoloop and localbalancesat flags will be set for the specified asset | string |
356358
| `--asset_localbalance="…"` | the target size of total local balance in asset units, used by asset easy autoloop | uint | `0` |

0 commit comments

Comments
 (0)