mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-11-10 06:07:16 +01:00
multi: rename lll to ll and remove unused nolint
This commit is contained in:
@@ -616,7 +616,7 @@ func fetchAmpState(ctx context.Context, db SQLInvoiceQueries, invoiceID int64,
|
||||
|
||||
invoiceKeys[key] = struct{}{}
|
||||
|
||||
if htlc.State != HtlcStateCanceled { //nolint: lll
|
||||
if htlc.State != HtlcStateCanceled { //nolint: ll
|
||||
amtPaid += htlc.Amt
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user