Skip to content

Commit 82e1a2b

Browse files
committed
f fix comment
1 parent ee2ffa9 commit 82e1a2b

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
@@ -1720,7 +1720,7 @@ macro_rules! process_events_body {
17201720
$handle_event;
17211721
let mut pending_events = $self.pending_events.lock().unwrap();
17221722
// 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.
1723+
// remove from `pending_events`, however have no general way to enforce that.
17241724
// Instead, here, we assert that the next event hasn't changed out from under
17251725
// us.
17261726
#[cfg(debug_assertions)] {

0 commit comments

Comments
 (0)