|
@ -37,14 +37,14 @@ size_t bigsize_get(const u8 *p UNNEEDED, size_t max UNNEEDED, bigsize_t *val UNN |
|
|
/* Generated stub for bigsize_put */ |
|
|
/* Generated stub for bigsize_put */ |
|
|
size_t bigsize_put(u8 buf[BIGSIZE_MAX_LEN] UNNEEDED, bigsize_t v UNNEEDED) |
|
|
size_t bigsize_put(u8 buf[BIGSIZE_MAX_LEN] UNNEEDED, bigsize_t v UNNEEDED) |
|
|
{ fprintf(stderr, "bigsize_put called!\n"); abort(); } |
|
|
{ fprintf(stderr, "bigsize_put called!\n"); abort(); } |
|
|
/* Generated stub for bitcoind_gettxout */ |
|
|
/* Generated stub for bitcoind_getutxout_ */ |
|
|
void bitcoind_gettxout(struct bitcoind *bitcoind UNNEEDED, |
|
|
void bitcoind_getutxout_(struct bitcoind *bitcoind UNNEEDED, |
|
|
const struct bitcoin_txid *txid UNNEEDED, const u32 outnum UNNEEDED, |
|
|
const struct bitcoin_txid *txid UNNEEDED, const u32 outnum UNNEEDED, |
|
|
void (*cb)(struct bitcoind *bitcoind UNNEEDED, |
|
|
void (*cb)(struct bitcoind *bitcoind UNNEEDED, |
|
|
const struct bitcoin_tx_output *txout UNNEEDED, |
|
|
const struct bitcoin_tx_output *txout UNNEEDED, |
|
|
void *arg) UNNEEDED, |
|
|
void *arg) UNNEEDED, |
|
|
void *arg UNNEEDED) |
|
|
void *arg UNNEEDED) |
|
|
{ fprintf(stderr, "bitcoind_gettxout called!\n"); abort(); } |
|
|
{ fprintf(stderr, "bitcoind_getutxout_ called!\n"); abort(); } |
|
|
/* Generated stub for broadcast_tx */ |
|
|
/* Generated stub for broadcast_tx */ |
|
|
void broadcast_tx(struct chain_topology *topo UNNEEDED, |
|
|
void broadcast_tx(struct chain_topology *topo UNNEEDED, |
|
|
struct channel *channel UNNEEDED, const struct bitcoin_tx *tx UNNEEDED, |
|
|
struct channel *channel UNNEEDED, const struct bitcoin_tx *tx UNNEEDED, |
|
@ -89,7 +89,7 @@ void delay_then_reconnect(struct channel *channel UNNEEDED, u32 seconds_delay UN |
|
|
/* Generated stub for encode_scriptpubkey_to_addr */ |
|
|
/* Generated stub for encode_scriptpubkey_to_addr */ |
|
|
char *encode_scriptpubkey_to_addr(const tal_t *ctx UNNEEDED, |
|
|
char *encode_scriptpubkey_to_addr(const tal_t *ctx UNNEEDED, |
|
|
const struct chainparams *chainparams UNNEEDED, |
|
|
const struct chainparams *chainparams UNNEEDED, |
|
|
const u8 *scriptPubkey UNNEEDED) |
|
|
const u8 *scriptPubkey UNNEEDED) |
|
|
{ fprintf(stderr, "encode_scriptpubkey_to_addr called!\n"); abort(); } |
|
|
{ fprintf(stderr, "encode_scriptpubkey_to_addr called!\n"); abort(); } |
|
|
/* Generated stub for fatal */ |
|
|
/* Generated stub for fatal */ |
|
|
void fatal(const char *fmt UNNEEDED, ...) |
|
|
void fatal(const char *fmt UNNEEDED, ...) |
|
@ -343,21 +343,6 @@ enum address_parse_result json_to_address_scriptpubkey(const tal_t *ctx UNNEEDED |
|
|
/* Generated stub for json_to_bool */ |
|
|
/* Generated stub for json_to_bool */ |
|
|
bool json_to_bool(const char *buffer UNNEEDED, const jsmntok_t *tok UNNEEDED, bool *b UNNEEDED) |
|
|
bool json_to_bool(const char *buffer UNNEEDED, const jsmntok_t *tok UNNEEDED, bool *b UNNEEDED) |
|
|
{ fprintf(stderr, "json_to_bool called!\n"); abort(); } |
|
|
{ fprintf(stderr, "json_to_bool called!\n"); abort(); } |
|
|
/* Generated stub for json_to_node_id */ |
|
|
|
|
|
bool json_to_node_id(const char *buffer UNNEEDED, const jsmntok_t *tok UNNEEDED, |
|
|
|
|
|
struct node_id *id UNNEEDED) |
|
|
|
|
|
{ fprintf(stderr, "json_to_node_id called!\n"); abort(); } |
|
|
|
|
|
/* Generated stub for json_to_number */ |
|
|
|
|
|
bool json_to_number(const char *buffer UNNEEDED, const jsmntok_t *tok UNNEEDED, |
|
|
|
|
|
unsigned int *num UNNEEDED) |
|
|
|
|
|
{ fprintf(stderr, "json_to_number called!\n"); abort(); } |
|
|
|
|
|
/* Generated stub for json_to_preimage */ |
|
|
|
|
|
bool json_to_preimage(const char *buffer UNNEEDED, const jsmntok_t *tok UNNEEDED, struct preimage *preimage UNNEEDED) |
|
|
|
|
|
{ fprintf(stderr, "json_to_preimage called!\n"); abort(); } |
|
|
|
|
|
/* Generated stub for json_to_short_channel_id */ |
|
|
|
|
|
bool json_to_short_channel_id(const char *buffer UNNEEDED, const jsmntok_t *tok UNNEEDED, |
|
|
|
|
|
struct short_channel_id *scid UNNEEDED) |
|
|
|
|
|
{ fprintf(stderr, "json_to_short_channel_id called!\n"); abort(); } |
|
|
|
|
|
/* Generated stub for json_tok_bin_from_hex */ |
|
|
/* Generated stub for json_tok_bin_from_hex */ |
|
|
u8 *json_tok_bin_from_hex(const tal_t *ctx UNNEEDED, const char *buffer UNNEEDED, const jsmntok_t *tok UNNEEDED) |
|
|
u8 *json_tok_bin_from_hex(const tal_t *ctx UNNEEDED, const char *buffer UNNEEDED, const jsmntok_t *tok UNNEEDED) |
|
|
{ fprintf(stderr, "json_tok_bin_from_hex called!\n"); abort(); } |
|
|
{ fprintf(stderr, "json_tok_bin_from_hex called!\n"); abort(); } |
|
@ -374,6 +359,21 @@ int json_tok_full_len(const jsmntok_t *t UNNEEDED) |
|
|
/* Generated stub for json_tok_streq */ |
|
|
/* Generated stub for json_tok_streq */ |
|
|
bool json_tok_streq(const char *buffer UNNEEDED, const jsmntok_t *tok UNNEEDED, const char *str UNNEEDED) |
|
|
bool json_tok_streq(const char *buffer UNNEEDED, const jsmntok_t *tok UNNEEDED, const char *str UNNEEDED) |
|
|
{ fprintf(stderr, "json_tok_streq called!\n"); abort(); } |
|
|
{ fprintf(stderr, "json_tok_streq called!\n"); abort(); } |
|
|
|
|
|
/* Generated stub for json_to_node_id */ |
|
|
|
|
|
bool json_to_node_id(const char *buffer UNNEEDED, const jsmntok_t *tok UNNEEDED, |
|
|
|
|
|
struct node_id *id UNNEEDED) |
|
|
|
|
|
{ fprintf(stderr, "json_to_node_id called!\n"); abort(); } |
|
|
|
|
|
/* Generated stub for json_to_number */ |
|
|
|
|
|
bool json_to_number(const char *buffer UNNEEDED, const jsmntok_t *tok UNNEEDED, |
|
|
|
|
|
unsigned int *num UNNEEDED) |
|
|
|
|
|
{ fprintf(stderr, "json_to_number called!\n"); abort(); } |
|
|
|
|
|
/* Generated stub for json_to_preimage */ |
|
|
|
|
|
bool json_to_preimage(const char *buffer UNNEEDED, const jsmntok_t *tok UNNEEDED, struct preimage *preimage UNNEEDED) |
|
|
|
|
|
{ fprintf(stderr, "json_to_preimage called!\n"); abort(); } |
|
|
|
|
|
/* Generated stub for json_to_short_channel_id */ |
|
|
|
|
|
bool json_to_short_channel_id(const char *buffer UNNEEDED, const jsmntok_t *tok UNNEEDED, |
|
|
|
|
|
struct short_channel_id *scid UNNEEDED) |
|
|
|
|
|
{ fprintf(stderr, "json_to_short_channel_id called!\n"); abort(); } |
|
|
/* Generated stub for kill_uncommitted_channel */ |
|
|
/* Generated stub for kill_uncommitted_channel */ |
|
|
void kill_uncommitted_channel(struct uncommitted_channel *uc UNNEEDED, |
|
|
void kill_uncommitted_channel(struct uncommitted_channel *uc UNNEEDED, |
|
|
const char *why UNNEEDED) |
|
|
const char *why UNNEEDED) |
|
@ -587,12 +587,12 @@ u8 *towire_channel_got_revoke_reply(const tal_t *ctx UNNEEDED) |
|
|
/* Generated stub for towire_channel_offer_htlc */ |
|
|
/* Generated stub for towire_channel_offer_htlc */ |
|
|
u8 *towire_channel_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]) |
|
|
u8 *towire_channel_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]) |
|
|
{ fprintf(stderr, "towire_channel_offer_htlc called!\n"); abort(); } |
|
|
{ fprintf(stderr, "towire_channel_offer_htlc called!\n"); abort(); } |
|
|
/* Generated stub for towire_channel_send_shutdown */ |
|
|
|
|
|
u8 *towire_channel_send_shutdown(const tal_t *ctx UNNEEDED, const u8 *shutdown_scriptpubkey UNNEEDED) |
|
|
|
|
|
{ fprintf(stderr, "towire_channel_send_shutdown called!\n"); abort(); } |
|
|
|
|
|
/* Generated stub for towire_channel_sending_commitsig_reply */ |
|
|
/* Generated stub for towire_channel_sending_commitsig_reply */ |
|
|
u8 *towire_channel_sending_commitsig_reply(const tal_t *ctx UNNEEDED) |
|
|
u8 *towire_channel_sending_commitsig_reply(const tal_t *ctx UNNEEDED) |
|
|
{ fprintf(stderr, "towire_channel_sending_commitsig_reply called!\n"); abort(); } |
|
|
{ fprintf(stderr, "towire_channel_sending_commitsig_reply called!\n"); abort(); } |
|
|
|
|
|
/* Generated stub for towire_channel_send_shutdown */ |
|
|
|
|
|
u8 *towire_channel_send_shutdown(const tal_t *ctx UNNEEDED, const u8 *shutdown_scriptpubkey UNNEEDED) |
|
|
|
|
|
{ fprintf(stderr, "towire_channel_send_shutdown called!\n"); abort(); } |
|
|
/* Generated stub for towire_channel_specific_feerates */ |
|
|
/* Generated stub for towire_channel_specific_feerates */ |
|
|
u8 *towire_channel_specific_feerates(const tal_t *ctx UNNEEDED, u32 feerate_base UNNEEDED, u32 feerate_ppm UNNEEDED) |
|
|
u8 *towire_channel_specific_feerates(const tal_t *ctx UNNEEDED, u32 feerate_base UNNEEDED, u32 feerate_ppm UNNEEDED) |
|
|
{ fprintf(stderr, "towire_channel_specific_feerates called!\n"); abort(); } |
|
|
{ fprintf(stderr, "towire_channel_specific_feerates called!\n"); abort(); } |
|
|