From a60be352cc55cb02968367283a598a68ba463303 Mon Sep 17 00:00:00 2001 From: Oliver Gugger Date: Mon, 20 Dec 2021 11:28:30 +0100 Subject: [PATCH] sweeptimelock: add feerate parameter to example command --- cmd/chantools/sweeptimelock.go | 3 ++- doc/chantools_sweeptimelock.md | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) 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 ```