mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-11-20 02:56:47 +01:00
cmd/lncli+fundingmanager: use a default num min confs for 1 for openchannel
This commit is contained in:
@@ -474,6 +474,7 @@ var openChannelCommand = cli.Command{
|
||||
Usage: "(optional) the minimum number of confirmations " +
|
||||
"each one of your outputs used for the funding " +
|
||||
"transaction must satisfy",
|
||||
Value: 1,
|
||||
},
|
||||
},
|
||||
Action: actionDecorator(openChannel),
|
||||
|
||||
Reference in New Issue
Block a user