diff --git a/docs/loop.1 b/docs/loop.1 index 93346a1b..ff8c7ebf 100644 --- a/docs/loop.1 +++ b/docs/loop.1 @@ -359,6 +359,9 @@ update the parameters set for the liquidity manager .PP \fB--localbalancesat\fP="": the target size of total local balance in satoshis, used by easy autoloop. (default: 0) +.PP +\fB--loopinsource\fP="": the loop-in source to use for autoloop rules: wallet or static-address. + .PP \fB--maxamt\fP="": the maximum amount in satoshis that the autoloop client will dispatch per-swap. (default: 0) diff --git a/docs/loop.md b/docs/loop.md index 1577881b..fc3cb901 100644 --- a/docs/loop.md +++ b/docs/loop.md @@ -371,6 +371,7 @@ The following flags are supported: | `--minamt="…"` | the minimum amount in satoshis that the autoloop client will dispatch per-swap | uint | `0` | | `--maxamt="…"` | the maximum amount in satoshis that the autoloop client will dispatch per-swap | uint | `0` | | `--htlc_conf="…"` | the confirmation target for loop in on-chain htlcs | int | `0` | +| `--loopinsource="…"` | the loop-in source to use for autoloop rules: wallet or static-address | string | | `--easyautoloop` | set to true to enable easy autoloop, which will automatically dispatch swaps in order to meet the target local balance | bool | `false` | | `--localbalancesat="…"` | the target size of total local balance in satoshis, used by easy autoloop | uint | `0` | | `--easyautoloop_excludepeer="…"` | list of peer pubkeys (hex) to exclude from easy autoloop channel selection; repeat --easyautoloop_excludepeer for multiple peers | string | `[]` |