Generated stub for htlc_received_wscript */
| 96 | { fprintf(stderr, "htlc_offered_wscript called!\n"); abort(); } |
| 97 | /* Generated stub for htlc_received_wscript */ |
| 98 | u8 *htlc_received_wscript(const tal_t *ctx UNNEEDED, |
| 99 | const struct ripemd160 *ripemd UNNEEDED, |
| 100 | const struct abs_locktime *expiry UNNEEDED, |
| 101 | const struct keyset *keyset UNNEEDED, |
| 102 | bool option_anchor_outputs UNNEEDED) |
| 103 | { fprintf(stderr, "htlc_received_wscript called!\n"); abort(); } |
| 104 | /* Generated stub for htlc_success_tx */ |
| 105 | struct bitcoin_tx *htlc_success_tx(const tal_t *ctx UNNEEDED, |
| 106 | const struct chainparams *chainparams UNNEEDED, |
no test coverage detected