fix typo for scanInvoicesOnStart [skip ci]

This commit is contained in:
Jesse van Papenrecht 2022-05-02 10:49:59 +02:00
parent 9bbee09497
commit eff52ef3b7
No known key found for this signature in database
GPG Key ID: 5CF663DD10BF122F

View File

@ -158,7 +158,7 @@ func NewRegistry(cdb *channeldb.DB, expiryWatcher *InvoiceExpiryWatcher,
}
// scanInvoicesOnStart will scan all invoices on start and add active invoices
// to the invoice expirt watcher while also attempting to delete all canceled
// to the invoice expiry watcher while also attempting to delete all canceled
// invoices.
func (i *InvoiceRegistry) scanInvoicesOnStart() error {
var (