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

Function list_income_events_all

plugins/bkpr/incomestmt.c:427–432  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

425}
426
427struct income_event **list_income_events_all(const tal_t *ctx, struct db *db,
428 bool consolidate_fees)
429{
430 return list_income_events(ctx, db, 0, SQLITE_MAX_UINT,
431 consolidate_fees);
432}
433
434void json_add_income_event(struct json_stream *out, struct income_event *ev)
435{

Callers

nothing calls this directly

Calls 1

list_income_eventsFunction · 0.85

Tested by

no test coverage detected