generate-wire.py: generalize, move to tools.

We're going to want to use this for inter-daemon comms, so generalize it.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
This commit is contained in:
Rusty Russell
2017-01-04 14:09:20 +10:30
parent b7789bf065
commit a08a2105ea
7 changed files with 39 additions and 22 deletions

View File

@@ -14,7 +14,7 @@
#include "netaddr.h"
#include "protobuf_convert.h"
#include "state.h"
#include "wire/gen_wire.h"
#include "wire/gen_peer_wire.h"
#include <ccan/crypto/sha256/sha256.h>
#include <ccan/crypto/shachain/shachain.h>
#include <ccan/list/list.h>