Marshal a single query flag (we don't query, so not currently used) */
| 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) |
| 56 | { |
| 57 | towire_bigsize(encoded, flag); |
| 58 | } |
| 59 | |
| 60 | static bool encoding_end(const u8 *encoded, size_t max_bytes) |
| 61 | { |