Skip to content

Commit 4f42af0

Browse files
committed
docs: update (autoloop supports static)
1 parent 8603985 commit 4f42af0

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

docs/loop.1

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -359,6 +359,9 @@ update the parameters set for the liquidity manager
359359
.PP
360360
\fB--localbalancesat\fP="": the target size of total local balance in satoshis, used by easy autoloop. (default: 0)
361361

362+
.PP
363+
\fB--loopinsource\fP="": the loop-in source to use for autoloop rules: wallet or static-address.
364+
362365
.PP
363366
\fB--maxamt\fP="": the maximum amount in satoshis that the autoloop client will dispatch per-swap. (default: 0)
364367

docs/loop.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -371,6 +371,7 @@ The following flags are supported:
371371
| `--minamt="…"` | the minimum amount in satoshis that the autoloop client will dispatch per-swap | uint | `0` |
372372
| `--maxamt="…"` | the maximum amount in satoshis that the autoloop client will dispatch per-swap | uint | `0` |
373373
| `--htlc_conf="…"` | the confirmation target for loop in on-chain htlcs | int | `0` |
374+
| `--loopinsource="…"` | the loop-in source to use for autoloop rules: wallet or static-address | string |
374375
| `--easyautoloop` | set to true to enable easy autoloop, which will automatically dispatch swaps in order to meet the target local balance | bool | `false` |
375376
| `--localbalancesat="…"` | the target size of total local balance in satoshis, used by easy autoloop | uint | `0` |
376377
| `--easyautoloop_excludepeer="…"` | list of peer pubkeys (hex) to exclude from easy autoloop channel selection; repeat --easyautoloop_excludepeer for multiple peers | string | `[]` |

0 commit comments

Comments
 (0)