MCPcopy Create free account
hub / github.com/ElementsProject/lightning / wallet_invoice_delete

Function wallet_invoice_delete

wallet/wallet.c:2893–2897  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2891 return invoices_find_unpaid(wallet->invoices, pinvoice, rhash);
2892}
2893bool wallet_invoice_delete(struct wallet *wallet,
2894 struct invoice invoice)
2895{
2896 return invoices_delete(wallet->invoices, invoice);
2897}
2898bool wallet_invoice_delete_description(struct wallet *wallet,
2899 struct invoice invoice)
2900{

Callers

nothing calls this directly

Calls 1

invoices_deleteFunction · 0.70

Tested by

no test coverage detected