mirror of
https://github.com/aljazceru/lightning.git
synced 2026-01-19 22:04:26 +01:00
We keep a chain_hash in struct daemon, becayse otherwise we end up with `&peer->daemon->rstate->chainparams->genesis_blockhash` which is a bit ridiculous. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>