@ -62,9 +62,15 @@ bool fromwire_channel_announcement(const tal_t *ctx UNNEEDED, const void *p UNNE
/* Generated stub for fromwire_channel_update */
/* Generated stub for fromwire_channel_update */
bool fromwire_channel_update ( const void * p UNNEEDED , secp256k1_ecdsa_signature * signature UNNEEDED , struct bitcoin_blkid * chain_hash UNNEEDED , struct short_channel_id * short_channel_id UNNEEDED , u32 * timestamp UNNEEDED , u16 * flags UNNEEDED , u16 * cltv_expiry_delta UNNEEDED , u64 * htlc_minimum_msat UNNEEDED , u32 * fee_base_msat UNNEEDED , u32 * fee_proportional_millionths UNNEEDED )
bool fromwire_channel_update ( const void * p UNNEEDED , secp256k1_ecdsa_signature * signature UNNEEDED , struct bitcoin_blkid * chain_hash UNNEEDED , struct short_channel_id * short_channel_id UNNEEDED , u32 * timestamp UNNEEDED , u16 * flags UNNEEDED , u16 * cltv_expiry_delta UNNEEDED , u64 * htlc_minimum_msat UNNEEDED , u32 * fee_base_msat UNNEEDED , u32 * fee_proportional_millionths UNNEEDED )
{ fprintf ( stderr , " fromwire_channel_update called! \n " ) ; abort ( ) ; }
{ fprintf ( stderr , " fromwire_channel_update called! \n " ) ; abort ( ) ; }
/* 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_node_announcement */
/* 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 )
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 ( ) ; }
{ fprintf ( stderr , " fromwire_node_announcement called! \n " ) ; abort ( ) ; }
/* Generated stub for fromwire_peektype */
int fromwire_peektype ( const u8 * cursor UNNEEDED )
{ fprintf ( stderr , " fromwire_peektype called! \n " ) ; abort ( ) ; }
/* Generated stub for fromwire_u8 */
/* Generated stub for fromwire_u8 */
u8 fromwire_u8 ( const u8 * * cursor UNNEEDED , size_t * max UNNEEDED )
u8 fromwire_u8 ( const u8 * * cursor UNNEEDED , size_t * max UNNEEDED )
{ fprintf ( stderr , " fromwire_u8 called! \n " ) ; abort ( ) ; }
{ fprintf ( stderr , " fromwire_u8 called! \n " ) ; abort ( ) ; }
@ -93,6 +99,9 @@ u8 *towire_errorfmt(const tal_t *ctx UNNEEDED,
const struct channel_id * channel UNNEEDED ,
const struct channel_id * channel UNNEEDED ,
const char * fmt UNNEEDED , . . . )
const char * fmt UNNEEDED , . . . )
{ fprintf ( stderr , " towire_errorfmt called! \n " ) ; abort ( ) ; }
{ fprintf ( stderr , " towire_errorfmt called! \n " ) ; abort ( ) ; }
/* 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 ( ) ; }
/* AUTOGENERATED MOCKS END */
/* AUTOGENERATED MOCKS END */
/* Updates existing route if required. */
/* Updates existing route if required. */