mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-09-01 02:02:10 +02:00
invoices: fix linter issues after the move
This commit is contained in:
@@ -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 {
|
||||
|
||||
|
Reference in New Issue
Block a user