Skip to content

Commit a873775

Browse files
committed
fixup! add channel <-> channel monitor consistency check
1 parent 8a9d59b commit a873775

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lightning/src/ln/channelmanager.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17042,7 +17042,7 @@ where
1704217042
should_broadcast: true,
1704317043
}],
1704417044
channel_id: Some(monitor.channel_id()),
17045-
encoded_channel: None,
17045+
encoded_channel: Some(Vec::new()),
1704617046
};
1704717047
let funding_txo = monitor.get_funding_txo();
1704817048
let update = BackgroundEvent::MonitorUpdateRegeneratedOnStartup {

0 commit comments

Comments
 (0)