loop/loopd
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
..
perms staticaddr: cmd listdeposits and listswaps 2024-12-12 18:31:08 +01:00
config.go loopd: fix data races of logger 2025-03-19 15:00:30 +01:00
daemon.go multi: initialize block height in New, not in Run 2025-03-19 15:00:31 +01:00
log.go loopd: fix data races of logger 2025-03-19 15:00:30 +01:00
macaroons.go loopd: move RequiredPermissions to dedicated dir 2022-06-14 15:13:34 +02:00
migration.go loopd: fix data races of logger 2025-03-19 15:00:30 +01:00
register_default.go multi: use lndclient MacaroonService 2022-01-17 16:13:19 +02:00
run.go loopd: fix data races of logger 2025-03-19 15:00:30 +01:00
swapclient_server.go loopd: fix data races of logger 2025-03-19 15:00:30 +01:00
swapclient_server_debug.go make fmt 2022-05-20 10:16:47 +02:00
swapclient_server_test.go loopd: fix data races of logger 2025-03-19 15:00:30 +01:00
utils.go loopd: fix data races of logger 2025-03-19 15:00:30 +01:00
view.go multi: update linter, fix issues 2025-03-10 22:59:50 +01:00