mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-10-10 07:12:34 +02:00
funding test: add default constraints to wallet config
This commit is contained in:
@@ -161,6 +161,7 @@ func createTestWallet(cdb *channeldb.DB, netParams *chaincfg.Params,
|
||||
ChainIO: bio,
|
||||
FeeEstimator: estimator,
|
||||
NetParams: *netParams,
|
||||
DefaultConstraints: defaultChannelConstraints,
|
||||
})
|
||||
if err != nil {
|
||||
return nil, err
|
||||
|
Reference in New Issue
Block a user