mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-01-19 05:45:21 +01:00
fix typo for scanInvoicesOnStart [skip ci]
This commit is contained in:
parent
9bbee09497
commit
eff52ef3b7
@ -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 (
|
||||
|
Loading…
Reference in New Issue
Block a user