loop/staticaddr/openchannel
Slyghtning eaf7883bcf
openchannel: fix shimPending data race
Protect the shimPending variable with a sync.Mutex since it is accessed
from multiple goroutines: the main loop goroutine and the server error
handling goroutine. Without synchronization this is a data race.
2026-02-26 20:57:27 +01:00
..
interface.go staticaddr: open channel manager 2026-02-26 20:57:26 +01:00
log.go staticaddr: open channel manager 2026-02-26 20:57:26 +01:00
manager.go openchannel: fix shimPending data race 2026-02-26 20:57:27 +01:00
manager_test.go staticaddr: open channel manager 2026-02-26 20:57:26 +01:00