| 449 | } |
| 450 | |
| 451 | static void towire_save_channel(u8 **data, const struct local_channel *lc) |
| 452 | { |
| 453 | towire_dstore_channel(data, &lc->n1, &lc->n2, lc->scid, lc->capacity); |
| 454 | } |
| 455 | |
| 456 | static void save_channel(struct layer *layer, const struct local_channel *lc) |
| 457 | { |
no test coverage detected