mirror of
https://github.com/lightninglabs/loop.git
synced 2026-08-13 12:33:03 +02:00
multi: loop in swap
This commit is contained in:
parent
6a0a9556a0
commit
3e960b8b54
28 changed files with 2376 additions and 273 deletions
|
|
@ -117,10 +117,12 @@ func createClientTestContext(t *testing.T,
|
|||
ctx.stop = stop
|
||||
|
||||
go func() {
|
||||
ctx.runErr <- swapClient.Run(
|
||||
err := swapClient.Run(
|
||||
runCtx,
|
||||
statusChan,
|
||||
)
|
||||
logger.Errorf("client run: %v", err)
|
||||
ctx.runErr <- err
|
||||
}()
|
||||
|
||||
return ctx
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue