loop/staticaddr/openchannel
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
..
interface.go 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
manager.go openchannel: cancel shims with a live context 2026-03-09 14:39:45 +01:00
manager_test.go openchannel: cancel shims with a live context 2026-03-09 14:39:45 +01:00