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

Function fromwire_bitcoin_blkid

bitcoin/block.c:256–260  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

254}
255
256void fromwire_bitcoin_blkid(const u8 **cursor, size_t *max,
257 struct bitcoin_blkid *blkid)
258{
259 fromwire_sha256_double(cursor, max, &blkid->shad);
260}
261
262void towire_bitcoin_blkid(u8 **pptr, const struct bitcoin_blkid *blkid)
263{

Callers 1

fromwire_chainparamsFunction · 0.85

Calls 1

fromwire_sha256_doubleFunction · 0.85

Tested by

no test coverage detected