cmd/lncli+fundingmanager: use a default num min confs for 1 for openchannel

This commit is contained in:
Olaoluwa Osuntokun
2018-09-08 14:40:55 -07:00
parent d4fdc41c8c
commit b343ef24e7
2 changed files with 4 additions and 3 deletions

View File

@@ -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),