| 924 | } |
| 925 | |
| 926 | bool remove_unknown_scid(struct seeker *seeker, |
| 927 | const struct short_channel_id *scid, |
| 928 | bool found /*FIXME: use this info!*/) |
| 929 | { |
| 930 | return uintmap_del(&seeker->unknown_scids, scid->u64); |
| 931 | } |
| 932 | |
| 933 | bool add_unknown_scid(struct seeker *seeker, |
| 934 | const struct short_channel_id *scid, |
no outgoing calls
no test coverage detected