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

Function towire_sha256

wire/towire.c:109–112  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

107}
108
109void towire_sha256(u8 **pptr, const struct sha256 *sha256)
110{
111 towire(pptr, sha256, sizeof(*sha256));
112}
113
114void towire_ripemd160(u8 **pptr, const struct ripemd160 *ripemd)
115{

Callers 1

peer_failed_our_htlcFunction · 0.50

Calls 1

towireFunction · 0.70

Tested by

no test coverage detected