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

Class bitcoin_txid

bitcoin/test/run-bitcoin_block_from_hex.c:152–152  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

150 struct bitcoin_blkid *blockid)
151{
152 struct bitcoin_txid fake_txid;
153 if (!bitcoin_txid_from_hex(hexstr, hexstr_len, &fake_txid))
154 return false;
155 blockid->shad = fake_txid.shad;

Callers 1

mainFunction · 0.70

Calls

no outgoing calls

Tested by 1

mainFunction · 0.56