loop/staticaddr/withdraw
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
..
funding_values_test.go staticaddr: open channel manager 2026-02-26 20:57:26 +01:00
interface.go staticaddr: remove an unused interface method 2025-06-24 01:44:32 -03:00
log.go multi: update lnd compile-time dependency to v0.19.0 2025-03-10 22:59:49 +01:00
manager.go withdraw: use %v instead of %w in log.Errorf 2026-03-09 08:37:50 +01:00
manager_test.go staticaddr: unit test CalculateWithdrawalTxValues 2025-12-09 12:21:51 +01:00
sql_store.go staticaddr: store historic withdrawal info 2025-06-10 17:07:30 +02:00
sql_store_test.go staticaddr: store historic withdrawal info 2025-06-10 17:07:30 +02:00
withdrawal.go staticaddr: store historic withdrawal info 2025-06-10 17:07:30 +02:00