We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a6a2541 commit cc2a169Copy full SHA for cc2a169
lightning/src/ln/channel.rs
@@ -2019,7 +2019,7 @@ impl<Signer: WriteableEcdsaChannelSigner> Channel<Signer> {
2019
held_update.update.update_id += 1;
2020
}
2021
if msg.is_some() {
2022
- debug_assert!(false, "If there is a pending unflown monitor we should have AwaitingMonitorUpdate set");
+ debug_assert!(false, "If there is a pending unflown monitor we should have MonitorUpdateInProgress set");
2023
let update = self.build_commitment_no_status_check(logger);
2024
self.pending_monitor_updates.push(PendingChannelMonitorUpdate {
2025
update, flown: false,
0 commit comments