sweeptimelock: add feerate parameter to example command

pull/38/head
Oliver Gugger 2 years ago
parent 2f5f081518
commit a60be352cc
No known key found for this signature in database
GPG Key ID: 8E4256593F177720

@ -51,7 +51,8 @@ channels that have the default CSV limit of 1 day, you can set the --maxcsvlimit
parameter to 144.`, parameter to 144.`,
Example: `chantools sweeptimelock \ Example: `chantools sweeptimelock \
--fromsummary results/forceclose-xxxx-yyyy.json \ --fromsummary results/forceclose-xxxx-yyyy.json \
--sweepaddr bc1q..... --sweepaddr bc1q..... \
--feerate 10 \
--publish`, --publish`,
RunE: cc.Execute, RunE: cc.Execute,
} }

@ -21,7 +21,8 @@ chantools sweeptimelock [flags]
``` ```
chantools sweeptimelock \ chantools sweeptimelock \
--fromsummary results/forceclose-xxxx-yyyy.json \ --fromsummary results/forceclose-xxxx-yyyy.json \
--sweepaddr bc1q..... --sweepaddr bc1q..... \
--feerate 10 \
--publish --publish
``` ```

Loading…
Cancel
Save