mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-09-27 18:36:18 +02:00
fix typo for scanInvoicesOnStart [skip ci]
This commit is contained in:
@@ -158,7 +158,7 @@ func NewRegistry(cdb *channeldb.DB, expiryWatcher *InvoiceExpiryWatcher,
|
|||||||
}
|
}
|
||||||
|
|
||||||
// scanInvoicesOnStart will scan all invoices on start and add active invoices
|
// 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.
|
// invoices.
|
||||||
func (i *InvoiceRegistry) scanInvoicesOnStart() error {
|
func (i *InvoiceRegistry) scanInvoicesOnStart() error {
|
||||||
var (
|
var (
|
||||||
|
Reference in New Issue
Block a user