mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-09-06 17:47:01 +02:00
rpc: use default if conf-target is not set
This commit uses the new coop-close-target-confs value as the default to use for a nodes self initiated channel closures if the conf-target flag for the channel closure is not set. The defaults for both these options is 6 so this shouldnt change current behaviour.
This commit is contained in:
@@ -669,7 +669,9 @@ var closeChannelCommand = cli.Command{
|
||||
Name: "conf_target",
|
||||
Usage: "(optional) the number of blocks that the " +
|
||||
"transaction *should* confirm in, will be " +
|
||||
"used for fee estimation",
|
||||
"used for fee estimation. If not set, " +
|
||||
"then the conf-target value set in the main " +
|
||||
"lnd config will be used.",
|
||||
},
|
||||
cli.Int64Flag{
|
||||
Name: "sat_per_byte",
|
||||
|
Reference in New Issue
Block a user