config: add new command line param --defaultchanconfs

This commit adds a new command line option that allows clients to
specify a default value to use when responding to a new channel funding
request. In a future change, a pure mapping will be added, with the
command line option having higher precedence.
This commit is contained in:
Olaoluwa Osuntokun
2017-07-30 20:21:45 -07:00
parent 747e0f57d1
commit 828c650bbc
2 changed files with 13 additions and 9 deletions

2
lnd.go
View File

@@ -162,7 +162,7 @@ func lndMain() error {
// TODO(roasbeef): add configurable mapping
// * simple switch initially
// * assign coefficient, etc
return 1
return uint16(cfg.DefaultNumChanConfs)
},
RequiredRemoteDelay: func(chanAmt btcutil.Amount) uint16 {
// TODO(roasbeef): add additional hooks for