type_to_string: add privkey.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
This commit is contained in:
Rusty Russell
2017-02-02 14:35:45 +10:30
parent d97e3489a0
commit 25a37fafae
3 changed files with 11 additions and 1 deletions

View File

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