mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-11-24 21:17:01 +01:00
chainregistry.go: export default values
This is needed so that git sees a subsequent commit as a code move.
This commit is contained in:
@@ -271,7 +271,7 @@ func createTestWallet(cdb *channeldb.DB, netParams *chaincfg.Params,
|
||||
ChainIO: bio,
|
||||
FeeEstimator: estimator,
|
||||
NetParams: *netParams,
|
||||
DefaultConstraints: defaultBtcChannelConstraints,
|
||||
DefaultConstraints: DefaultBtcChannelConstraints,
|
||||
})
|
||||
if err != nil {
|
||||
return nil, err
|
||||
|
||||
Reference in New Issue
Block a user