mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-08-28 06:32:18 +02:00
multi: fix issues reported by whitespace linter
This commit is contained in:
@@ -1463,7 +1463,6 @@ func (d *DB) InvoicesSettledSince(sinceSettleIndex uint64) ([]Invoice, error) {
|
||||
seqNo, indexValue := invoiceCursor.Next()
|
||||
|
||||
for ; seqNo != nil && bytes.Compare(seqNo, startIndex[:]) > 0; seqNo, indexValue = invoiceCursor.Next() {
|
||||
|
||||
// Depending on the length of the index value, this may
|
||||
// or may not be an AMP invoice, so we'll extract the
|
||||
// invoice value into two components: the invoice num,
|
||||
|
Reference in New Issue
Block a user