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

Function htlc_timeout_tx

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

Generated stub for htlc_timeout_tx */

Source from the content-addressed store, hash-verified

114{ fprintf(stderr, "htlc_success_tx called!\n"); abort(); }
115/* Generated stub for htlc_timeout_tx */
116struct 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 */
128void master_badmsg(u32 type_expected UNNEEDED, const u8 *msg)
129{ fprintf(stderr, "master_badmsg called!\n"); abort(); }

Callers 1

Calls 1

abortFunction · 0.85

Tested by

no test coverage detected