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

Function outpointfilter_matches

wallet/txfilter.c:39–43  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

37}
38
39bool outpointfilter_matches(struct outpointfilter *of,
40 const struct bitcoin_outpoint *outpoint)
41{
42 return outpointset_get(of->set, outpoint) != NULL;
43}
44
45void outpointfilter_remove(struct outpointfilter *of,
46 const struct bitcoin_outpoint *outpoint)

Callers 2

wallet_outpoint_spendFunction · 0.70
outpointfilter_addFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected