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

Function htlc_received_wscript

onchaind/test/run-grind_feerate-bug.c:69–75  ·  view source on GitHub ↗

Generated stub for htlc_received_wscript */

Source from the content-addressed store, hash-verified

67{ fprintf(stderr, "htlc_offered_wscript called!\n"); abort(); }
68/* Generated stub for htlc_received_wscript */
69u8 *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 */
77struct bitcoin_tx *htlc_success_tx(const tal_t *ctx UNNEEDED,
78 const struct chainparams *chainparams UNNEEDED,

Callers 1

derive_htlc_scriptsFunction · 0.50

Calls 1

abortFunction · 0.85

Tested by

no test coverage detected