@ -28,6 +28,9 @@ bool derive_keyset(const struct pubkey *per_commitment_point UNNEEDED,
/* Generated stub for dump_memleak */
bool dump_memleak ( struct htable * memtable UNNEEDED )
{ fprintf ( stderr , " dump_memleak called! \n " ) ; abort ( ) ; }
/* Generated stub for fromwire_amount_sat */
struct amount_sat fromwire_amount_sat ( const u8 * * cursor UNNEEDED , size_t * max UNNEEDED )
{ fprintf ( stderr , " fromwire_amount_sat called! \n " ) ; abort ( ) ; }
/* Generated stub for fromwire_fail */
const void * fromwire_fail ( const u8 * * cursor UNNEEDED , size_t * max UNNEEDED )
{ fprintf ( stderr , " fromwire_fail called! \n " ) ; abort ( ) ; }
@ -55,6 +58,14 @@ bool fromwire_onchain_known_preimage(const void *p UNNEEDED, struct preimage *pr
/* Generated stub for fromwire_onchain_spent */
bool fromwire_onchain_spent ( const tal_t * ctx UNNEEDED , const void * p UNNEEDED , struct bitcoin_tx * * tx UNNEEDED , u32 * input_num UNNEEDED , u32 * blockheight UNNEEDED , bool * is_replay UNNEEDED )
{ fprintf ( stderr , " fromwire_onchain_spent called! \n " ) ; abort ( ) ; }
/* Generated stub for fromwire_secp256k1_ecdsa_signature */
void fromwire_secp256k1_ecdsa_signature ( const u8 * * cursor UNNEEDED , size_t * max UNNEEDED ,
secp256k1_ecdsa_signature * signature UNNEEDED )
{ fprintf ( stderr , " fromwire_secp256k1_ecdsa_signature called! \n " ) ; abort ( ) ; }
/* Generated stub for fromwire_sha256_double */
void fromwire_sha256_double ( const u8 * * cursor UNNEEDED , size_t * max UNNEEDED ,
struct sha256_double * sha256d UNNEEDED )
{ fprintf ( stderr , " fromwire_sha256_double called! \n " ) ; abort ( ) ; }
/* Generated stub for fromwire_tal_arrn */
u8 * fromwire_tal_arrn ( const tal_t * ctx UNNEEDED ,
const u8 * * cursor UNNEEDED , size_t * max UNNEEDED , size_t num UNNEEDED )
@ -62,6 +73,9 @@ u8 *fromwire_tal_arrn(const tal_t *ctx UNNEEDED,
/* Generated stub for fromwire_u16 */
u16 fromwire_u16 ( const u8 * * cursor UNNEEDED , size_t * max UNNEEDED )
{ fprintf ( stderr , " fromwire_u16 called! \n " ) ; abort ( ) ; }
/* Generated stub for fromwire_u8 */
u8 fromwire_u8 ( const u8 * * cursor UNNEEDED , size_t * max UNNEEDED )
{ fprintf ( stderr , " fromwire_u8 called! \n " ) ; abort ( ) ; }
/* Generated stub for htlc_offered_wscript */
u8 * htlc_offered_wscript ( const tal_t * ctx UNNEEDED ,
const struct ripemd160 * ripemd UNNEEDED ,
@ -203,6 +217,9 @@ u8 *to_self_wscript(const tal_t *ctx UNNEEDED,
u16 to_self_delay UNNEEDED ,
const struct keyset * keyset UNNEEDED )
{ fprintf ( stderr , " to_self_wscript called! \n " ) ; abort ( ) ; }
/* Generated stub for towire_amount_sat */
void towire_amount_sat ( u8 * * pptr UNNEEDED , const struct amount_sat sat UNNEEDED )
{ fprintf ( stderr , " towire_amount_sat called! \n " ) ; abort ( ) ; }
/* Generated stub for towire_hsm_get_per_commitment_point */
u8 * towire_hsm_get_per_commitment_point ( const tal_t * ctx UNNEEDED , u64 n UNNEEDED )
{ fprintf ( stderr , " towire_hsm_get_per_commitment_point called! \n " ) ; abort ( ) ; }
@ -254,9 +271,19 @@ u8 *towire_onchain_notify_coin_mvt(const tal_t *ctx UNNEEDED, const struct chain
/* Generated stub for towire_onchain_unwatch_tx */
u8 * towire_onchain_unwatch_tx ( const tal_t * ctx UNNEEDED , const struct bitcoin_txid * txid UNNEEDED )
{ fprintf ( stderr , " towire_onchain_unwatch_tx called! \n " ) ; abort ( ) ; }
/* Generated stub for towire_secp256k1_ecdsa_signature */
void towire_secp256k1_ecdsa_signature ( u8 * * pptr UNNEEDED ,
const secp256k1_ecdsa_signature * signature UNNEEDED )
{ fprintf ( stderr , " towire_secp256k1_ecdsa_signature called! \n " ) ; abort ( ) ; }
/* Generated stub for towire_sha256_double */
void towire_sha256_double ( u8 * * pptr UNNEEDED , const struct sha256_double * sha256d UNNEEDED )
{ fprintf ( stderr , " towire_sha256_double called! \n " ) ; abort ( ) ; }
/* Generated stub for towire_u16 */
void towire_u16 ( u8 * * pptr UNNEEDED , u16 v UNNEEDED )
{ fprintf ( stderr , " towire_u16 called! \n " ) ; abort ( ) ; }
/* Generated stub for towire_u8 */
void towire_u8 ( u8 * * pptr UNNEEDED , u8 v UNNEEDED )
{ fprintf ( stderr , " towire_u8 called! \n " ) ; abort ( ) ; }
/* Generated stub for towire_u8_array */
void towire_u8_array ( u8 * * pptr UNNEEDED , const u8 * arr UNNEEDED , size_t num UNNEEDED )
{ fprintf ( stderr , " towire_u8_array called! \n " ) ; abort ( ) ; }