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 fd70e58 commit 13931daCopy full SHA for 13931da
lightning/src/ln/channelmanager.rs
@@ -8394,7 +8394,7 @@ where
8394
// replayed, and for each monitor update we have to replay we have to ensure there's a
8395
// `ChannelMonitor` for it.
8396
//
8397
- // In order to do so we first walk the all of our live channels (so that we can check their
+ // In order to do so we first walk all of our live channels (so that we can check their
8398
// state immediately after doing the update replays, when we have the `update_id`s
8399
// available) and then walk any remaining in-flight updates.
8400
let mut pending_background_events = Vec::new();
0 commit comments