support multiple nodes simultaneously

This commit is contained in:
Jesse de Wit
2023-01-03 13:03:16 +01:00
parent 3a34400d95
commit 94ee938893
11 changed files with 329 additions and 191 deletions

View File

@@ -3,5 +3,5 @@ package main
type HtlcInterceptor interface {
Start() error
Stop() error
WaitStarted() LightningClient
WaitStarted()
}