| 260 | |
| 261 | |
| 262 | void towire_chainparams(u8 **cursor, const struct chainparams *chainparams) |
| 263 | { |
| 264 | towire_bitcoin_blkid(cursor, &chainparams->genesis_blockhash); |
| 265 | } |
| 266 | |
| 267 | void fromwire_chainparams(const u8 **cursor, size_t *max, |
| 268 | const struct chainparams **chainparams) |
nothing calls this directly
no test coverage detected