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

@ -52,6 +52,7 @@ func newSwapClient(config *clientConfig) *Client {
store: config.Store,
sweeper: sweeper,
createExpiryTimer: config.CreateExpiryTimer,
cancelSwap: config.Server.CancelLoopOutSwap,
})
return &Client{