Generated stub for htlc_received_wscript */
| 67 | { fprintf(stderr, "htlc_offered_wscript called!\n"); abort(); } |
| 68 | /* Generated stub for htlc_received_wscript */ |
| 69 | u8 *htlc_received_wscript(const tal_t *ctx UNNEEDED, |
| 70 | const struct ripemd160 *ripemd UNNEEDED, |
| 71 | const struct abs_locktime *expiry UNNEEDED, |
| 72 | const struct keyset *keyset UNNEEDED, |
| 73 | bool option_anchor_outputs UNNEEDED, |
| 74 | bool option_anchors_zero_fee_htlc_tx UNNEEDED) |
| 75 | { fprintf(stderr, "htlc_received_wscript called!\n"); abort(); } |
| 76 | /* Generated stub for htlc_success_tx */ |
| 77 | struct bitcoin_tx *htlc_success_tx(const tal_t *ctx UNNEEDED, |
| 78 | const struct chainparams *chainparams UNNEEDED, |
no test coverage detected