| 223 | } |
| 224 | |
| 225 | void bitcoin_block_blkid(const struct bitcoin_block *b, |
| 226 | struct bitcoin_blkid *out) |
| 227 | { |
| 228 | *out = b->hdr.hash; |
| 229 | } |
| 230 | |
| 231 | bool bitcoin_blkid_from_hex(const char *hexstr, size_t hexstr_len, |
| 232 | struct bitcoin_blkid *blkid) |
no outgoing calls
no test coverage detected