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