mirror of
https://github.com/ElementsProject/lightning.git
synced 2025-03-01 09:40:19 +01:00
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:
parent
b10e0e08bb
commit
b17b4c3eb6
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue