lnd/feature
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
..
default_sets.go feature: add taproot final to feature bit manager 2026-04-10 19:41:48 -07:00
deps.go feature: add taproot final to feature bit manager 2026-04-10 19:41:48 -07:00
deps_test.go lint: remove redundant loop var copies in test files 2026-06-03 15:32:45 -03:00
manager.go feature: add taproot final to feature bit manager 2026-04-10 19:41:48 -07:00
manager_internal_test.go lint: remove redundant loop var copies in test files 2026-06-03 15:32:45 -03:00
required.go feature/required: add ValidateRequired method 2020-01-08 12:24:37 -08:00
set.go multi: add restriction on maximum feature bit in invoices 2023-05-04 10:35:45 -04:00