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

Function outpointfilter_matches

wallet/txfilter.c:114–118  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

112}
113
114bool outpointfilter_matches(struct outpointfilter *of,
115 const struct bitcoin_outpoint *outpoint)
116{
117 return outpointset_get(of->set, outpoint) != NULL;
118}
119
120void outpointfilter_remove(struct outpointfilter *of,
121 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