mirror of
https://github.com/lightninglabs/loop.git
synced 2026-08-13 12:33:03 +02:00
multi: add cancel swap function to execute config
This commit is contained in:
parent
4040bb356d
commit
16111352a8
6 changed files with 11 additions and 0 deletions
|
|
@ -52,6 +52,7 @@ func newSwapClient(config *clientConfig) *Client {
|
|||
store: config.Store,
|
||||
sweeper: sweeper,
|
||||
createExpiryTimer: config.CreateExpiryTimer,
|
||||
cancelSwap: config.Server.CancelLoopOutSwap,
|
||||
})
|
||||
|
||||
return &Client{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue