loop/staticaddr
Boris Nagaev 9f971cd371
staticaddr: fix crash in loop-in manager shutdown
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.
2025-05-13 19:21:57 -03:00
..
address multi: initialize block height in New, not in Run 2025-03-19 15:00:31 +01:00
deposit staticaddr: fix logs, use %v not %w in logs 2025-05-13 11:49:50 -03:00
loopin staticaddr: fix crash in loop-in manager shutdown 2025-05-13 19:21:57 -03:00
script multi: update linter, fix issues 2025-03-10 22:59:50 +01:00
version multi: do not rename swapserverrpc to looprpc 2024-09-10 09:54:17 -03:00
withdraw staticaddr: fix logs, use %v not %w in logs 2025-05-13 11:49:50 -03:00
log.go multi: update lnd compile-time dependency to v0.19.0 2025-03-10 22:59:49 +01:00