mirror of
https://github.com/lightninglabs/loop.git
synced 2026-08-13 12:33:03 +02:00
Merge pull request #1029 from bhandras/resume-stuck-swaps
loop: add resume manager
This commit is contained in:
commit
0a182ee308
5 changed files with 738 additions and 291 deletions
|
|
@ -993,6 +993,10 @@ func (d *Daemon) initialize(withMacaroonService bool) error {
|
|||
}
|
||||
}
|
||||
|
||||
loop.Resume(
|
||||
d.mainCtx, notificationManager, swapClient.Store, d.impl.Conn, d.lnd,
|
||||
)
|
||||
|
||||
// Last, start our internal error handler. This will return exactly one
|
||||
// error or nil on the main error channel to inform the caller that
|
||||
// something went wrong or that shutdown is complete. We don't add to
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue