multi: add cancel swap function to execute config

This commit is contained in:
carla 2021-05-24 08:40:14 +02:00
parent 4040bb356d
commit 16111352a8
No known key found for this signature in database
GPG key ID: 4CA7FE54A6213C91
6 changed files with 11 additions and 0 deletions

View file

@ -39,6 +39,7 @@ func newLoopInTestContext(t *testing.T) *loopInTestContext {
sweeper: &sweeper,
blockEpochChan: blockEpochChan,
timerFactory: timerFactory,
cancelSwap: server.CancelLoopOutSwap,
}
return &loopInTestContext{