Skip to content

Commit 050a3da

Browse files
committed
f missing lock drops
1 parent 5e2e4fd commit 050a3da

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lightning/src/ln/channelmanager.rs

+2
Original file line numberDiff line numberDiff line change
@@ -4208,6 +4208,8 @@ where
42084208
} else {
42094209
let update_actions = peer_state.monitor_update_blocked_actions
42104210
.remove(&channel_id).unwrap_or(Vec::new());
4211+
mem::drop(peer_state_lock);
4212+
mem::drop(per_peer_state);
42114213
self.handle_monitor_update_completion_actions(update_actions);
42124214
}
42134215
}

0 commit comments

Comments
 (0)