lnd/lnwallet/chancloser
Elle Mouton ab7aae0708
multi: rename nolint:lll to nolint:ll
Find and replace all nolint instances refering to the `lll` linter and
replace with `ll` which is the name of our custom version of the `lll`
linter which can be used to ignore log lines during linting.

The next commit will do the configuration of the custom linter and
disable the default one.
2024-12-02 09:14:21 +02:00
..
aux_closer.go lnwallet/chancloser: add new AuxChanCloser interface 2024-09-19 10:18:40 +02:00
chancloser.go multi: rename nolint:lll to nolint:ll 2024-12-02 09:14:21 +02:00
chancloser_test.go peer: decorate delivery addr w/ internal key 2024-09-19 10:18:41 +02:00
interface.go lnwallet/chancloser: add aux chan closer, use in coop flow 2024-09-19 10:18:40 +02:00
log.go multi: start updating various loggers to use the new v2 type 2024-10-22 17:03:55 +02:00