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

Function txid_from_hex

tests/fuzz/fuzz-full_channel.c:34–40  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

32}
33
34static struct bitcoin_txid txid_from_hex(const char *hex)
35{
36 struct bitcoin_txid txid;
37 if (!bitcoin_txid_from_hex(hex, strlen(hex), &txid))
38 assert(false && "bitcoin_txid_from_hex failed");
39 return txid;
40}
41
42static struct pubkey pubkey_from_hex(const char *hex)
43{

Callers 1

init_channelsFunction · 0.70

Calls 1

bitcoin_txid_from_hexFunction · 0.85

Tested by

no test coverage detected