Skip to content

Commit 49079d9

Browse files
Leo Weesegitbook-bot
authored andcommitted
GITBOOK-468: change request with no subject merged in GitBook
1 parent 1bd1ef3 commit 49079d9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lightning-network-tools/loop/autoloop.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -122,11 +122,11 @@ The budget value is expressed in satoshis, and can be set using the `setparams`
122122

123123
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:
124124

125-
`loop setparams --autobudgetrefreshperiod=<duration in seconds>`
125+
`loop setparams --autobudgetrefreshperiod=<duration in seconds>s`
126126

127127
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:
128128

129-
`loop setparams --autobudget=100000 --autobudgetrefreshperiod=604800`
129+
`loop setparams --autobudget=100000 --autobudgetrefreshperiod=604800s`
130130

131131
## Dispatch Control
132132

0 commit comments

Comments
 (0)