| 40 | }; |
| 41 | |
| 42 | static void copy_data(u8 **out, const u8 *in, size_t len) |
| 43 | { |
| 44 | tal_arr_appendn(out, in, len); |
| 45 | } |
| 46 | |
| 47 | /* askrene added DSTORE_CHANNEL_BIAS_V2 (convertable) and |
| 48 | * DSTORE_NODE_BIAS (not convertable) */ |
no outgoing calls
no test coverage detected