wire: include definition of struct node_id.

Next BOLT update puts it in a TLV, so we need the definition.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
This commit is contained in:
Rusty Russell 2019-08-01 14:28:10 +09:30 committed by Christian Decker
parent b10e0e08bb
commit b17b4c3eb6
1 changed files with 1 additions and 1 deletions

View File

@ -13,6 +13,7 @@
#include <ccan/structeq/structeq.h>
#include <common/amount.h>
#include <common/bigsize.h>
#include <common/node_id.h>
#include <secp256k1_recovery.h>
#include <stdlib.h>
@ -25,7 +26,6 @@ STRUCTEQ_DEF(channel_id, 0, id);
struct bitcoin_blkid;
struct bitcoin_signature;
struct bitcoin_txid;
struct node_id;
struct preimage;
struct ripemd160;
struct siphash_seed;