invoices: fix linter issues after the move

This commit is contained in:
Andras Banki-Horvath
2024-01-26 19:18:24 +01:00
parent 5e746b4d2c
commit 0e2b39ed44
2 changed files with 24 additions and 8 deletions

View File

@@ -199,6 +199,8 @@ func cancelHTLCs(invoice *Invoice, updateTime time.Time,
}
// addHTLCs tries to add the htlcs in the given InvoiceUpdateDesc.
//
//nolint:funlen
func addHTLCs(invoice *Invoice, hash *lntypes.Hash, updateTime time.Time,
update *InvoiceUpdateDesc, updater InvoiceUpdater) error {