insert channel directly after opening

This commit is contained in:
Jesse de Wit
2023-12-29 11:40:24 +01:00
parent 03a1708a1e
commit 9cd61585c2
5 changed files with 50 additions and 4 deletions

View File

@@ -150,7 +150,7 @@ func setupInterceptor(
openingService = defaultopeningService()
}
i := NewInterceptHandler(store, openingService, client, f, config)
i := NewInterceptHandler(store, &mockHistoryStore{}, openingService, client, f, config)
go i.Start(ctx)
return i
}