contractcourt: init BudgetConfig in unit tests

This commit is contained in:
yyforyongyu
2024-03-19 05:04:49 +08:00
parent 0a611aae00
commit aa44197f88
7 changed files with 10 additions and 2 deletions

View File

@@ -301,6 +301,7 @@ func TestHtlcTimeoutResolver(t *testing.T) {
resolutionChan <- msgs[0]
return nil
},
Budget: *DefaultBudgetConfig(),
},
PutResolverReport: func(_ kvdb.RwTx,
_ *channeldb.ResolverReport) error {