|
|
@ -68,6 +68,9 @@ bool fromwire_gossip_store_channel_announcement(const tal_t *ctx UNNEEDED, const |
|
|
|
/* Generated stub for fromwire_gossip_store_channel_update */ |
|
|
|
bool fromwire_gossip_store_channel_update(const tal_t *ctx UNNEEDED, const void *p UNNEEDED, u8 **update UNNEEDED) |
|
|
|
{ fprintf(stderr, "fromwire_gossip_store_channel_update called!\n"); abort(); } |
|
|
|
/* Generated stub for fromwire_gossip_store_node_announcement */ |
|
|
|
bool fromwire_gossip_store_node_announcement(const tal_t *ctx UNNEEDED, const void *p UNNEEDED, u8 **announcement UNNEEDED) |
|
|
|
{ fprintf(stderr, "fromwire_gossip_store_node_announcement called!\n"); abort(); } |
|
|
|
/* Generated stub for fromwire_node_announcement */ |
|
|
|
bool fromwire_node_announcement(const tal_t *ctx UNNEEDED, const void *p UNNEEDED, secp256k1_ecdsa_signature *signature UNNEEDED, u8 **features UNNEEDED, u32 *timestamp UNNEEDED, struct pubkey *node_id UNNEEDED, u8 rgb_color[3] UNNEEDED, u8 alias[32] UNNEEDED, u8 **addresses UNNEEDED) |
|
|
|
{ fprintf(stderr, "fromwire_node_announcement called!\n"); abort(); } |
|
|
@ -108,6 +111,9 @@ u8 *towire_gossip_store_channel_announcement(const tal_t *ctx UNNEEDED, const u8 |
|
|
|
/* Generated stub for towire_gossip_store_channel_update */ |
|
|
|
u8 *towire_gossip_store_channel_update(const tal_t *ctx UNNEEDED, const u8 *update UNNEEDED) |
|
|
|
{ fprintf(stderr, "towire_gossip_store_channel_update called!\n"); abort(); } |
|
|
|
/* Generated stub for towire_gossip_store_node_announcement */ |
|
|
|
u8 *towire_gossip_store_node_announcement(const tal_t *ctx UNNEEDED, const u8 *announcement UNNEEDED) |
|
|
|
{ fprintf(stderr, "towire_gossip_store_node_announcement called!\n"); abort(); } |
|
|
|
/* AUTOGENERATED MOCKS END */ |
|
|
|
|
|
|
|
/* Updates existing route if required. */ |
|
|
|