FIXME: check success
| 77 | |
| 78 | // FIXME: check success |
| 79 | void disabledmap_add_node(struct disabledmap *p, struct node_id node) |
| 80 | { |
| 81 | tal_arr_expand(&p->disabled_nodes, node); |
| 82 | } |
| 83 | |
| 84 | bool disabledmap_channel_is_warned(struct disabledmap *p, |
| 85 | struct short_channel_id_dir scidd) |
no outgoing calls
no test coverage detected