lnd/record
Erick Cestari aca27e27f5
lint: remove redundant loop var copies in test files
Since Go 1.22 loop variables are scoped per-iteration, so the
`x := x` / `a, b := a, b` copies inside range/for loops are no longer
needed. This removes the existing redundant copies in test files.
2026-06-03 15:32:45 -03:00
..
amp.go multi: Fix final hop payload size for AMP payments. 2024-02-03 12:16:06 +00:00
blinded_data.go record: add func for non-final om route data 2026-03-02 15:46:21 +01:00
blinded_data_test.go lint: remove redundant loop var copies in test files 2026-06-03 15:32:45 -03:00
custom_records.go multi: make validation for keysend stricter 2025-03-25 04:42:03 -05:00
custom_records_test.go record: add unit test 2025-03-25 10:36:16 -05:00
experimental.go multi: rename key_send, key-send and key send to keysend 2020-01-16 18:37:16 -08:00
hop.go multi: actor-based onion message forwarding 2026-03-02 15:46:21 +01:00
mpp.go multi: formatting and comment fixes 2022-02-10 11:02:02 +01:00
record_test.go lint: remove redundant loop var copies in test files 2026-06-03 15:32:45 -03:00