| 1333 | } |
| 1334 | |
| 1335 | bool layer_created(const struct layer *layer, struct short_channel_id scid) |
| 1336 | { |
| 1337 | return local_channel_hash_get(layer->local_channels, scid); |
| 1338 | } |
| 1339 | |
| 1340 | bool layer_disables_chan(const struct layer *layer, |
| 1341 | const struct short_channel_id_dir *scidd) |