@@ -46,9 +46,6 @@ static void test_error(struct lightningd *ld, bool fatal, const char *fmt, va_li
4646void add_node_announcement_sig (u8 * nannounce UNNEEDED ,
4747 const secp256k1_ecdsa_signature * sig UNNEEDED )
4848{ fprintf (stderr , "add_node_announcement_sig called!\n" ); abort (); }
49- /* Generated stub for bigsize_put */
50- size_t bigsize_put (u8 buf [BIGSIZE_MAX_LEN ] UNNEEDED , bigsize_t v UNNEEDED )
51- { fprintf (stderr , "bigsize_put called!\n" ); abort (); }
5249/* Generated stub for bitcoind_getrawblockbyheight_ */
5350void bitcoind_getrawblockbyheight_ (const tal_t * ctx UNNEEDED ,
5451 struct bitcoind * bitcoind UNNEEDED ,
@@ -368,12 +365,6 @@ bool fromwire_onchaind_dev_memleak_reply(const void *p UNNEEDED, bool *leak UNNE
368365/* Generated stub for fromwire_openingd_dev_memleak_reply */
369366bool fromwire_openingd_dev_memleak_reply (const void * p UNNEEDED , bool * leak UNNEEDED )
370367{ fprintf (stderr , "fromwire_openingd_dev_memleak_reply called!\n" ); abort (); }
371- /* Generated stub for fromwire_tlv */
372- bool fromwire_tlv (const u8 * * cursor UNNEEDED , size_t * max UNNEEDED ,
373- const struct tlv_record_type * types UNNEEDED , size_t num_types UNNEEDED ,
374- void * record UNNEEDED , struct tlv_field * * fields UNNEEDED ,
375- const u64 * extra_types UNNEEDED , size_t * err_off UNNEEDED , u64 * err_type UNNEEDED )
376- { fprintf (stderr , "fromwire_tlv called!\n" ); abort (); }
377368/* Generated stub for get_network_blockheight */
378369u32 get_network_blockheight (const struct chain_topology * topo UNNEEDED )
379370{ fprintf (stderr , "get_network_blockheight called!\n" ); abort (); }
@@ -1081,7 +1072,7 @@ u8 *towire_channeld_got_commitsig_reply(const tal_t *ctx UNNEEDED)
10811072u8 * towire_channeld_got_revoke_reply (const tal_t * ctx UNNEEDED )
10821073{ fprintf (stderr , "towire_channeld_got_revoke_reply called!\n" ); abort (); }
10831074/* Generated stub for towire_channeld_offer_htlc */
1084- u8 * towire_channeld_offer_htlc (const tal_t * ctx UNNEEDED , struct amount_msat amount_msat UNNEEDED , u32 cltv_expiry UNNEEDED , const struct sha256 * payment_hash UNNEEDED , const u8 onion_routing_packet [1366 ] UNNEEDED , const struct pubkey * path_key UNNEEDED )
1075+ u8 * towire_channeld_offer_htlc (const tal_t * ctx UNNEEDED , struct amount_msat amount_msat UNNEEDED , u32 cltv_expiry UNNEEDED , const struct sha256 * payment_hash UNNEEDED , const u8 onion_routing_packet [1366 ] UNNEEDED , const struct pubkey * path_key UNNEEDED , const u8 * extra_tlvs UNNEEDED )
10851076{ fprintf (stderr , "towire_channeld_offer_htlc called!\n" ); abort (); }
10861077/* Generated stub for towire_channeld_sending_commitsig_reply */
10871078u8 * towire_channeld_sending_commitsig_reply (const tal_t * ctx UNNEEDED )
@@ -1187,11 +1178,6 @@ u8 *towire_temporary_channel_failure(const tal_t *ctx UNNEEDED, const u8 *channe
11871178/* Generated stub for towire_temporary_node_failure */
11881179u8 * towire_temporary_node_failure (const tal_t * ctx UNNEEDED )
11891180{ fprintf (stderr , "towire_temporary_node_failure called!\n" ); abort (); }
1190- /* Generated stub for towire_tlv */
1191- void towire_tlv (u8 * * pptr UNNEEDED ,
1192- const struct tlv_record_type * types UNNEEDED , size_t num_types UNNEEDED ,
1193- const void * record UNNEEDED )
1194- { fprintf (stderr , "towire_tlv called!\n" ); abort (); }
11951181/* Generated stub for towire_unknown_next_peer */
11961182u8 * towire_unknown_next_peer (const tal_t * ctx UNNEEDED )
11971183{ fprintf (stderr , "towire_unknown_next_peer called!\n" ); abort (); }
0 commit comments