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