Marshal a single short_channel_id */
| 39 | |
| 40 | /* Marshal a single short_channel_id */ |
| 41 | static void encoding_add_short_channel_id(u8 **encoded, |
| 42 | const struct short_channel_id *scid) |
| 43 | { |
| 44 | towire_short_channel_id(encoded, scid); |
| 45 | } |
| 46 | |
| 47 | /* Marshal a single channel_update_timestamps */ |
| 48 | static void encoding_add_timestamps(u8 **encoded, |