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

Function bkpr_of

plugins/bkpr/bookkeeper.c:48–51  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

46#define CURRENCYRATE_TOLERANCE_SECONDS 60
47
48struct bkpr *bkpr_of(struct plugin *plugin)
49{
50 return plugin_get_data(plugin, struct bkpr);
51}
52
53const struct currencyrate *covering_currencyrate(const struct bkpr *bkpr,
54 u64 timestamp)

Callers 15

do_bkpr_reportFunction · 0.70
rinfo_one_doneFunction · 0.70
listchannelmoves_doneFunction · 0.70
limited_listchannelmovesFunction · 0.70
listchainmoves_doneFunction · 0.70
refresh_moves_Function · 0.70
getblockheight_doneFunction · 0.70
do_dump_incomeFunction · 0.70
do_list_incomeFunction · 0.70
do_inspectFunction · 0.70
do_account_eventsFunction · 0.70
do_edit_descFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected