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

Function list_chain_fees

plugins/bkpr/recorder.c:1082–1085  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1080}
1081
1082struct onchain_fee **list_chain_fees(const tal_t *ctx, struct db *db)
1083{
1084 return list_chain_fees_timebox(ctx, db, 0, SQLITE_MAX_UINT);
1085}
1086
1087static struct account *stmt2account(const tal_t *ctx, struct db_stmt *stmt)
1088{

Callers 4

json_list_account_eventsFunction · 0.85

Calls 1

list_chain_fees_timeboxFunction · 0.85

Tested by 3