loop/staticaddr
Slyghtning 3e526faf82
openchannel: cancel shims with a live context
In manager.go, deferred shim cleanup was calling
FundingStateStep with the original request ctx.
If the user had already canceled that context,
the cleanup RPC would run with a canceled context
and could fail to remove the pending shim. I changed
that cleanup path to use context.WithoutCancel(ctx)
so the cancellation RPC still has a live context.
2026-03-09 14:39:45 +01:00
..
address staticaddr: remove dead code across managers 2026-03-09 14:39:44 +01:00
deposit staticaddr: remove dead code across managers 2026-03-09 14:39:44 +01:00
loopin staticaddr: remove dead code across managers 2026-03-09 14:39:44 +01:00
openchannel openchannel: cancel shims with a live context 2026-03-09 14:39:45 +01:00
script multi: update linter, fix issues 2025-03-10 22:59:50 +01:00
staticutil staticaddr: open channel manager 2026-02-26 20:57:26 +01:00
version multi: do not rename swapserverrpc to looprpc 2024-09-10 09:54:17 -03:00
withdraw staticaddr: remove dead code across managers 2026-03-09 14:39:44 +01:00
log.go staticaddr: open channel manager 2026-02-26 20:57:26 +01:00