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

Function towire_sha256

common/test/run-base64.c:87–88  ·  view source on GitHub ↗

Generated stub for towire_sha256 */

Source from the content-addressed store, hash-verified

85{ fprintf(stderr, "towire_secp256k1_ecdsa_signature called!\n"); abort(); }
86/* Generated stub for towire_sha256 */
87void towire_sha256(u8 **pptr UNNEEDED, const struct sha256 *sha256 UNNEEDED)
88{ fprintf(stderr, "towire_sha256 called!\n"); abort(); }
89/* Generated stub for towire_u32 */
90void towire_u32(u8 **pptr UNNEEDED, u32 v UNNEEDED)
91{ fprintf(stderr, "towire_u32 called!\n"); abort(); }

Callers 6

towire_added_htlcFunction · 0.50
towire_existing_htlcFunction · 0.50
towire_simple_htlcFunction · 0.50
towire_failed_htlcFunction · 0.50
towire_shachainFunction · 0.50
towire_chain_coin_mvtFunction · 0.50

Calls 1

abortFunction · 0.85

Tested by

no test coverage detected