mirror of
https://github.com/aljazceru/lightning.git
synced 2025-12-19 15:14:23 +01:00
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>
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user