mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-09-13 18:10:25 +02:00
channeldb: add k/v implementation for InvoiceDB.DeleteCanceledInvoices method
This commit is contained in:
@@ -85,3 +85,9 @@ func (m *MockInvoiceDB) DeleteInvoice(invoices []InvoiceDeleteRef) error {
|
||||
|
||||
return args.Error(0)
|
||||
}
|
||||
|
||||
func (m *MockInvoiceDB) DeleteCanceledInvoices(ctx context.Context) error {
|
||||
args := m.Called(ctx)
|
||||
|
||||
return args.Error(0)
|
||||
}
|
||||
|
Reference in New Issue
Block a user