mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-09-18 19:41:21 +02:00
contractcourt: init BudgetConfig
in unit tests
This commit is contained in:
@@ -301,6 +301,7 @@ func TestHtlcTimeoutResolver(t *testing.T) {
|
||||
resolutionChan <- msgs[0]
|
||||
return nil
|
||||
},
|
||||
Budget: *DefaultBudgetConfig(),
|
||||
},
|
||||
PutResolverReport: func(_ kvdb.RwTx,
|
||||
_ *channeldb.ResolverReport) error {
|
||||
|
Reference in New Issue
Block a user