Marshal a single channel_update_timestamps */
| 42 | |
| 43 | /* Marshal a single channel_update_timestamps */ |
| 44 | static void encoding_add_timestamps(u8 **encoded, |
| 45 | const struct channel_update_timestamps *ts) |
| 46 | { |
| 47 | towire_channel_update_timestamps(encoded, ts); |
| 48 | } |
| 49 | |
| 50 | static bool encoding_end(const u8 *encoded, size_t max_bytes) |
| 51 | { |
no outgoing calls
no test coverage detected