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

Function towire_bitcoin_blkid

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

Source from the content-addressed store, hash-verified

254}
255
256void towire_bitcoin_blkid(u8 **pptr, const struct bitcoin_blkid *blkid)
257{
258 towire_sha256_double(pptr, &blkid->shad);
259}
260
261
262void towire_chainparams(u8 **cursor, const struct chainparams *chainparams)

Callers 1

towire_chainparamsFunction · 0.85

Calls 1

towire_sha256_doubleFunction · 0.85

Tested by

no test coverage detected