Marshal a single short_channel_id */
| 35 | |
| 36 | /* Marshal a single short_channel_id */ |
| 37 | static void encoding_add_short_channel_id(u8 **encoded, |
| 38 | struct short_channel_id scid) |
| 39 | { |
| 40 | towire_short_channel_id(encoded, scid); |
| 41 | } |
| 42 | |
| 43 | /* Marshal a single channel_update_timestamps */ |
| 44 | static void encoding_add_timestamps(u8 **encoded, |
no test coverage detected