Marshal a single query flag (we don't query, so not currently used) */
| 33 | |
| 34 | /* Marshal a single query flag (we don't query, so not currently used) */ |
| 35 | static void encoding_add_query_flag(u8 **encoded, bigsize_t flag) |
| 36 | { |
| 37 | towire_bigsize(encoded, flag); |
| 38 | } |
| 39 | |
| 40 | static bool encoding_end(const u8 *encoded, size_t max_bytes) |
| 41 | { |