diff --git a/cmd/chantools/sweeptimelock.go b/cmd/chantools/sweeptimelock.go index 35e3d27..268346f 100644 --- a/cmd/chantools/sweeptimelock.go +++ b/cmd/chantools/sweeptimelock.go @@ -51,7 +51,8 @@ channels that have the default CSV limit of 1 day, you can set the --maxcsvlimit parameter to 144.`, Example: `chantools sweeptimelock \ --fromsummary results/forceclose-xxxx-yyyy.json \ - --sweepaddr bc1q..... + --sweepaddr bc1q..... \ + --feerate 10 \ --publish`, RunE: cc.Execute, } diff --git a/doc/chantools_sweeptimelock.md b/doc/chantools_sweeptimelock.md index d12317c..33f7a7b 100644 --- a/doc/chantools_sweeptimelock.md +++ b/doc/chantools_sweeptimelock.md @@ -21,7 +21,8 @@ chantools sweeptimelock [flags] ``` chantools sweeptimelock \ --fromsummary results/forceclose-xxxx-yyyy.json \ - --sweepaddr bc1q..... + --sweepaddr bc1q..... \ + --feerate 10 \ --publish ```