| 626 | } |
| 627 | |
| 628 | struct short_channel_id gossmap_chan_scid(const struct gossmap *map, |
| 629 | const struct gossmap_chan *c) |
| 630 | { |
| 631 | struct short_channel_id scid; |
| 632 | scid.u64 = map_be64(map, c->cann_off + c->plus_scid_off); |
| 633 | |
| 634 | return scid; |
| 635 | } |
| 636 | |
| 637 | /* BOLT #7: |
| 638 | * 1. type: 257 (`node_announcement`) |