chainregistry.go: export default values

This is needed so that git sees a subsequent commit as a code move.
This commit is contained in:
Eugene
2020-10-05 12:11:16 -07:00
committed by eugene
parent f4fe76aaf1
commit cbdea57d52
5 changed files with 56 additions and 56 deletions

View File

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