mirror of
https://github.com/lightninglabs/loop.git
synced 2026-08-14 12:43:03 +02:00
If the notification manager shuts down, sweepReqs channel is closed and sweepReq object received from it becomes nil, causing panic in handleLoopInSweepReq. Now this is fixed by checking if the channel was closed and if it was shutting down loop-in manager itself. |
||
|---|---|---|
| .. | ||
| actions.go | ||
| fsm.go | ||
| interface.go | ||
| log.go | ||
| loopin.go | ||
| manager.go | ||
| sql_store.go | ||