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

Function fromwire_sha256_double

bitcoin/shadouble.c:25–29  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

23}
24
25void fromwire_sha256_double(const u8 **cursor, size_t *max,
26 struct sha256_double *sha256d)
27{
28 fromwire_sha256(cursor, max, &sha256d->sha);
29}

Callers 2

fromwire_bitcoin_txidFunction · 0.85
fromwire_bitcoin_blkidFunction · 0.85

Calls 1

fromwire_sha256Function · 0.50

Tested by

no test coverage detected