Christian Decker
7 years ago
3 changed files with 14 additions and 0 deletions
@ -1,10 +1,15 @@ |
|||
#ifndef LIGHTNING_LIGHTNINGD_GOSSIP_CONTROL_H |
|||
#define LIGHTNING_LIGHTNINGD_GOSSIP_CONTROL_H |
|||
#include "config.h" |
|||
#include <bitcoin/short_channel_id.h> |
|||
#include <ccan/short_types/short_types.h> |
|||
#include <stdbool.h> |
|||
|
|||
struct lightningd; |
|||
|
|||
void gossip_init(struct lightningd *ld); |
|||
|
|||
void gossipd_notify_spend(struct lightningd *ld, |
|||
const struct short_channel_id *scid); |
|||
|
|||
#endif /* LIGHTNING_LIGHTNINGD_GOSSIP_CONTROL_H */ |
|||
|
Loading…
Reference in new issue