Skip to content

Commit cc2a169

Browse files
committed
f old name lol
1 parent a6a2541 commit cc2a169

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lightning/src/ln/channel.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2019,7 +2019,7 @@ impl<Signer: WriteableEcdsaChannelSigner> Channel<Signer> {
20192019
held_update.update.update_id += 1;
20202020
}
20212021
if msg.is_some() {
2022-
debug_assert!(false, "If there is a pending unflown monitor we should have AwaitingMonitorUpdate set");
2022+
debug_assert!(false, "If there is a pending unflown monitor we should have MonitorUpdateInProgress set");
20232023
let update = self.build_commitment_no_status_check(logger);
20242024
self.pending_monitor_updates.push(PendingChannelMonitorUpdate {
20252025
update, flown: false,

0 commit comments

Comments
 (0)