|
|
@ -65,6 +65,9 @@ bool fromwire_channel_update(const void *p UNNEEDED, secp256k1_ecdsa_signature * |
|
|
|
/* Generated stub for fromwire_gossip_store_channel_announcement */ |
|
|
|
bool fromwire_gossip_store_channel_announcement(const tal_t *ctx UNNEEDED, const void *p UNNEEDED, u8 **announcement UNNEEDED, u64 *satoshis UNNEEDED) |
|
|
|
{ fprintf(stderr, "fromwire_gossip_store_channel_announcement called!\n"); abort(); } |
|
|
|
/* 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_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(); } |
|
|
@ -102,6 +105,9 @@ u8 *towire_errorfmt(const tal_t *ctx UNNEEDED, |
|
|
|
/* Generated stub for towire_gossip_store_channel_announcement */ |
|
|
|
u8 *towire_gossip_store_channel_announcement(const tal_t *ctx UNNEEDED, const u8 *announcement UNNEEDED, u64 satoshis UNNEEDED) |
|
|
|
{ fprintf(stderr, "towire_gossip_store_channel_announcement called!\n"); abort(); } |
|
|
|
/* 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(); } |
|
|
|
/* AUTOGENERATED MOCKS END */ |
|
|
|
|
|
|
|
/* Updates existing route if required. */ |
|
|
|