Merge pull request #593 from bhandras/autoloop-doc-correction

pull/594/head
George Tsagkarelis 11 months ago committed by GitHub
commit 12ce45a3ec
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -187,16 +187,16 @@ Your autoloop budget is refreshed based on a configurable interval. You can
specify how often the budget is going to refresh by using the `setparams` loop
command:
```
loop setparams --autobudgetrefreshperiod={duration in seconds}
loop setparams --autobudgetrefreshperiod={duration}
```
If your autolooper has used up its budget, and you would like to top it up, you
can do so by either increasing the overall budget amount, or by decreasing the
refresh interval. For example, if you want to set your autolooper to
have a budget of 100k sats per 7 days (or 604800 seconds), you could set the following:
have a budget of 100k sats every 168 hours, you could set the following:
```
loop setparams --autobudget=100000 --autobudgetrefreshperiod=604800
loop setparams --autobudget=100000 --autobudgetrefreshperiod=168h
```
## Dispatch Control

Loading…
Cancel
Save