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

Function wallet_invoice_waitone

wallet/wallet.c:2932–2939  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2930 invoices_waitany(ctx, wallet->invoices, lastpay_index, cb, cbarg);
2931}
2932void wallet_invoice_waitone(const tal_t *ctx,
2933 struct wallet *wallet,
2934 struct invoice invoice,
2935 void (*cb)(const struct invoice *, void*),
2936 void *cbarg)
2937{
2938 invoices_waitone(ctx, wallet->invoices, invoice, cb, cbarg);
2939}
2940
2941struct invoice_details *wallet_invoice_details(const tal_t *ctx,
2942 struct wallet *wallet,

Callers

nothing calls this directly

Calls 1

invoices_waitoneFunction · 0.70

Tested by

no test coverage detected