Generated stub for htlc_timeout_tx */
| 114 | { fprintf(stderr, "htlc_success_tx called!\n"); abort(); } |
| 115 | /* Generated stub for htlc_timeout_tx */ |
| 116 | struct bitcoin_tx *htlc_timeout_tx(const tal_t *ctx UNNEEDED, |
| 117 | const struct chainparams *chainparams UNNEEDED, |
| 118 | const struct bitcoin_outpoint *commit UNNEEDED, |
| 119 | const u8 *commit_wscript UNNEEDED, |
| 120 | struct amount_msat htlc_msatoshi UNNEEDED, |
| 121 | u32 cltv_expiry UNNEEDED, |
| 122 | u16 to_self_delay UNNEEDED, |
| 123 | u32 feerate_per_kw UNNEEDED, |
| 124 | const struct keyset *keyset UNNEEDED, |
| 125 | bool option_anchor_outputs UNNEEDED) |
| 126 | { fprintf(stderr, "htlc_timeout_tx called!\n"); abort(); } |
| 127 | /* Generated stub for master_badmsg */ |
| 128 | void master_badmsg(u32 type_expected UNNEEDED, const u8 *msg) |
| 129 | { fprintf(stderr, "master_badmsg called!\n"); abort(); } |
no test coverage detected