type_to_string: add channel_id

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
This commit is contained in:
Rusty Russell
2017-01-25 10:02:53 +10:30
parent a25e2816e9
commit e3d966c102
2 changed files with 9 additions and 0 deletions

View File

@@ -19,6 +19,7 @@ union printable_types {
const struct channel_oneside *channel_oneside;
const struct netaddr *netaddr;
const secp256k1_pubkey *secp256k1_pubkey;
const struct channel_id *channel_id;
const char *charp_;
};