Browse Source

common/private_channel_announcement: don't include wire/peer_wiregen directly

If we're experimental, we should be using peer_exp_wiregen.h; wire/peer_wire.h
does this for us.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
ppa
Rusty Russell 4 years ago
parent
commit
329c19f5ab
  1. 2
      common/private_channel_announcement.c

2
common/private_channel_announcement.c

@ -4,7 +4,7 @@
#include <bitcoin/pubkey.h>
#include <common/node_id.h>
#include <common/private_channel_announcement.h>
#include <wire/peer_wiregen.h>
#include <wire/peer_wire.h>
const u8 *private_channel_announcement(const tal_t *ctx,
const struct short_channel_id *scid,

Loading…
Cancel
Save