fundingmanager_test: use renamed defaultBtcChannelConstraints const

This commit is contained in:
Conner Fromknecht 2018-03-14 02:43:13 -07:00
parent 821ec9e550
commit 0c6a85d5f7
No known key found for this signature in database
GPG Key ID: 39DE78FBE6ACB0EF
1 changed files with 1 additions and 1 deletions

View File

@ -166,7 +166,7 @@ func createTestWallet(cdb *channeldb.DB, netParams *chaincfg.Params,
ChainIO: bio, ChainIO: bio,
FeeEstimator: estimator, FeeEstimator: estimator,
NetParams: *netParams, NetParams: *netParams,
DefaultConstraints: defaultChannelConstraints, DefaultConstraints: defaultBtcChannelConstraints,
}) })
if err != nil { if err != nil {
return nil, err return nil, err