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

Function ds_ofee_path

plugins/bkpr/onchain_fee.c:177–180  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

175}
176
177static const char **ds_ofee_path(const tal_t *ctx, const char *acctname TAKES)
178{
179 return mkdatastorekey(ctx, "bookkeeper", "onchain_fee", acctname);
180}
181
182static void onchain_fee_datastore_add(struct command *cmd,
183 const struct onchain_fee *of)

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected