Marshal a single channel_update_timestamps */
| 46 | |
| 47 | /* Marshal a single channel_update_timestamps */ |
| 48 | static void encoding_add_timestamps(u8 **encoded, |
| 49 | const struct channel_update_timestamps *ts) |
| 50 | { |
| 51 | towire_channel_update_timestamps(encoded, ts); |
| 52 | } |
| 53 | |
| 54 | /* Marshal a single query flag (we don't query, so not currently used) */ |
| 55 | static void encoding_add_query_flag(u8 **encoded, bigsize_t flag) |
no outgoing calls