Skip to content

Commit a60be35

Browse files
committed
sweeptimelock: add feerate parameter to example command
1 parent 2f5f081 commit a60be35

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

Diff for: cmd/chantools/sweeptimelock.go

+2-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,8 @@ channels that have the default CSV limit of 1 day, you can set the --maxcsvlimit
5151
parameter to 144.`,
5252
Example: `chantools sweeptimelock \
5353
--fromsummary results/forceclose-xxxx-yyyy.json \
54-
--sweepaddr bc1q.....
54+
--sweepaddr bc1q..... \
55+
--feerate 10 \
5556
--publish`,
5657
RunE: cc.Execute,
5758
}

Diff for: doc/chantools_sweeptimelock.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@ chantools sweeptimelock [flags]
2121
```
2222
chantools sweeptimelock \
2323
--fromsummary results/forceclose-xxxx-yyyy.json \
24-
--sweepaddr bc1q.....
24+
--sweepaddr bc1q..... \
25+
--feerate 10 \
2526
--publish
2627
```
2728

0 commit comments

Comments
 (0)