loop/staticaddr
Slyghtning d39e247a74
withdraw: use %v instead of %w in log.Errorf
The %w formatting verb is only meaningful for fmt.Errorf where it
enables error wrapping. In log.Errorf it prints as %%!w(error=...),
producing garbled log output. Use %v and add the missing colon
separator.
2026-03-09 08:37:50 +01:00
..
address staticutil: refactor methods into utils 2025-12-09 12:21:51 +01:00
deposit deposit: add OnExpiry self-transitions to OpeningChannel and ChannelPublished 2026-02-26 20:57:27 +01:00
loopin loopin: fix data race on activeLoopIns map during recovery 2026-03-09 08:37:49 +01:00
openchannel openchannel: optimize open channel request creation and err handling 2026-02-26 20:57:28 +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 withdraw: use %v instead of %w in log.Errorf 2026-03-09 08:37:50 +01:00
log.go staticaddr: open channel manager 2026-02-26 20:57:26 +01:00