MCPcopy Create free account
hub / github.com/ElementsProject/lightning / htlc_received_wscript

Function htlc_received_wscript

onchaind/test/run-grind_feerate.c:98–103  ·  view source on GitHub ↗

Generated stub for htlc_received_wscript */

Source from the content-addressed store, hash-verified

96{ fprintf(stderr, "htlc_offered_wscript called!\n"); abort(); }
97/* Generated stub for htlc_received_wscript */
98u8 *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 */
105struct bitcoin_tx *htlc_success_tx(const tal_t *ctx UNNEEDED,
106 const struct chainparams *chainparams UNNEEDED,

Callers 1

derive_htlc_scriptsFunction · 0.50

Calls 1

abortFunction · 0.85

Tested by

no test coverage detected