| 513 | } |
| 514 | |
| 515 | static void write_uuid(int outfd) |
| 516 | { |
| 517 | const u8 uuid[] = { |
| 518 | 0, 0, 0, 0, 0, 0, 0, 0, |
| 519 | 0, 0, 0, 0, 0, 0, 0, 0, |
| 520 | 0, 0, 0, 0, 0, 0, 0, 0, |
| 521 | 0, 0, 0, 0, 0, 0, 0, 0 |
| 522 | }; |
| 523 | write_msg_to_gstore(outfd, take(towire_gossip_store_uuid(NULL, uuid))); |
| 524 | } |
| 525 | |
| 526 | int main(int argc, char *argv[]) |
| 527 | { |
no test coverage detected