| 112 | } |
| 113 | |
| 114 | bool outpointfilter_matches(struct outpointfilter *of, |
| 115 | const struct bitcoin_outpoint *outpoint) |
| 116 | { |
| 117 | return outpointset_get(of->set, outpoint) != NULL; |
| 118 | } |
| 119 | |
| 120 | void outpointfilter_remove(struct outpointfilter *of, |
| 121 | const struct bitcoin_outpoint *outpoint) |
no outgoing calls
no test coverage detected