loop/staticaddr/loopin
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
..
actions.go staticaddr: fix logs, use %v not %w in logs 2025-05-13 11:49:50 -03:00
fsm.go staticaddr/loopin: update fsm for server ntfn sigs 2024-12-12 18:31:09 +01:00
interface.go staticaddr/loopin: add listening for sweep request 2024-12-12 18:31:09 +01:00
log.go multi: update lnd compile-time dependency to v0.19.0 2025-03-10 22:59:49 +01:00
loopin.go staticaddr/loopin: remove unused code 2024-12-12 18:31:09 +01:00
manager.go staticaddr: fix crash in loop-in manager shutdown 2025-05-13 19:21:57 -03:00
sql_store.go staticaddr/sql_store: Add fetching loop in by hash 2024-12-12 18:31:09 +01:00