lnd/lnwallet/btcwallet
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
..
blockchain.go multi: add GetBlockHeader to BlockChainIO 2023-10-27 11:05:27 -04:00
btcwallet_integration.go multi: add new build tag integration 2023-02-23 21:56:09 +08:00
btcwallet_test.go multi: update RPC error import path 2024-07-06 13:59:28 +08:00
btcwallet.go multi: rename nolint:lll to nolint:ll 2024-12-02 09:14:21 +02:00
config.go multi: run gosimports 2022-02-10 11:02:01 +01:00
driver.go btcwallet: make blockcache available to BtcWallet 2021-04-28 09:46:11 +02:00
log.go multi: start updating various loggers to use the new v2 type 2024-10-22 17:03:55 +02:00
psbt_test.go multi: rename nolint:lll to nolint:ll 2024-12-02 09:14:21 +02:00
psbt.go multi: Add utxo restriction for batchchannel openings. 2024-04-24 13:58:20 +01:00
signer_test.go multi: move unit test backend funcs to new package 2024-03-18 16:13:39 +01:00
signer.go lntest+lnwallet: remove the method FetchInputInfo 2024-08-09 22:01:56 +08:00