multi: deprecate batchwindowduration config option

This commit is contained in:
yyforyongyu
2024-01-31 14:06:47 +08:00
parent c03509397f
commit 465332f409
8 changed files with 9 additions and 32 deletions

View File

@@ -286,8 +286,6 @@ var bumpCloseFeeCommand = cli.Command{
to sweep the anchor outputs of the closing transaction at the requested
fee rate or confirmation target. The specified fee rate will be the
effective fee rate taking the parent fee into account.
Depending on the sweeper configuration (batchwindowduration) the sweeptx
will not be published immediately.
NOTE: This cmd is DEPRECATED please use bumpforceclosefee instead.
`,
Flags: []cli.Flag{
@@ -321,8 +319,6 @@ var bumpForceCloseFeeCommand = cli.Command{
to sweep the anchor outputs of the closing transaction at the requested
fee rate or confirmation target. The specified fee rate will be the
effective fee rate taking the parent fee into account.
Depending on the sweeper configuration (batchwindowduration) the sweeptx
will not be published immediately.
`,
Flags: []cli.Flag{
cli.Uint64Flag{