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

Function outpointfilter_remove

wallet/txfilter.c:120–124  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

118}
119
120void outpointfilter_remove(struct outpointfilter *of,
121 const struct bitcoin_outpoint *outpoint)
122{
123 outpointset_del(of->set, outpoint);
124}
125
126static void destroy_outpointfilter(struct outpointfilter *opf)
127{

Callers 1

wallet_utxoset_pruneFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected