mirror of
https://github.com/aljazceru/lightning.git
synced 2025-12-19 07:04:22 +01:00
lightningd: set cid correctly in peer->uncommitted_channel.
Setting it to 0xfffff... is just confusing. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
This commit is contained in:
committed by
neil saitug
parent
98185dfc2b
commit
08e3e979c8
@@ -28,7 +28,7 @@ struct uncommitted_channel {
|
||||
/* Reserved dbid for if we become a real struct channel */
|
||||
u64 dbid;
|
||||
|
||||
/* Channel id, v2 opens only */
|
||||
/* Channel id (temporary!) */
|
||||
struct channel_id cid;
|
||||
|
||||
/* For logging */
|
||||
|
||||
Reference in New Issue
Block a user