mirror of
https://github.com/aljazceru/lightning.git
synced 2025-12-23 00:54:20 +01:00
channeld: hand in chain_hash.
This will be needed for gossip messages. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
This commit is contained in:
committed by
Christian Decker
parent
b3514d3430
commit
2b9d3bb0b7
@@ -1643,6 +1643,7 @@ static bool peer_start_channeld(struct peer *peer,
|
||||
shutdown_scriptpubkey = NULL;
|
||||
|
||||
initmsg = towire_channel_init(tmpctx,
|
||||
&peer->ld->chainparams->genesis_blockhash,
|
||||
peer->funding_txid,
|
||||
peer->funding_outnum,
|
||||
peer->funding_satoshi,
|
||||
|
||||
Reference in New Issue
Block a user