We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee2ffa9 commit 82e1a2bCopy full SHA for 82e1a2b
lightning/src/ln/channelmanager.rs
@@ -1720,7 +1720,7 @@ macro_rules! process_events_body {
1720
$handle_event;
1721
let mut pending_events = $self.pending_events.lock().unwrap();
1722
// We're required to take the `pending_events_processor` lock any time we
1723
- // change `pending_events`, however have no general way to enforce that.
+ // remove from `pending_events`, however have no general way to enforce that.
1724
// Instead, here, we assert that the next event hasn't changed out from under
1725
// us.
1726
#[cfg(debug_assertions)] {
0 commit comments