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

Function list_chain_fees

plugins/bkpr/onchain_fee.c:269–272  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

267}
268
269struct onchain_fee **list_chain_fees(const tal_t *ctx, const struct bkpr *bkpr)
270{
271 return list_chain_fees_timebox(ctx, bkpr, 0, SQLITE_MAX_UINT);
272}
273
274static void insert_chain_fees_diff(struct command *cmd,
275 struct bkpr *bkpr,

Callers 1

do_account_eventsFunction · 0.70

Calls 1

list_chain_fees_timeboxFunction · 0.85

Tested by

no test coverage detected