loop/staticaddr/loopin
Boris Nagaev dc4a5641ac
multi: initialize block height in New, not in Run
If Run sets the current height field, it is technically a race between Run and
other methods reading the field. Setting in New is a safer option.

Removed a check that height is not 0 from static address manager.
2025-03-19 15:00:31 +01:00
..
actions.go loopin: use context.WithoutCancel in cleanup 2025-03-16 18:21:32 -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 multi: initialize block height in New, not in Run 2025-03-19 15:00:31 +01:00
sql_store.go staticaddr/sql_store: Add fetching loop in by hash 2024-12-12 18:31:09 +01:00