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

Function new_txo_pair

plugins/bkpr/recorder.c:373–379  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

371}
372
373static struct txo_pair *new_txo_pair(const tal_t *ctx)
374{
375 struct txo_pair *pr = tal(ctx, struct txo_pair);
376 pr->txo = NULL;
377 pr->spend = NULL;
378 return pr;
379}
380
381static struct txo_set *find_txo_set(const tal_t *ctx,
382 struct db *db,

Callers 1

find_txo_setFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected