Skip to content

Commit 13931da

Browse files
committed
f sp
1 parent fd70e58 commit 13931da

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
@@ -8394,7 +8394,7 @@ where
83948394
// replayed, and for each monitor update we have to replay we have to ensure there's a
83958395
// `ChannelMonitor` for it.
83968396
//
8397-
// In order to do so we first walk the all of our live channels (so that we can check their
8397+
// In order to do so we first walk all of our live channels (so that we can check their
83988398
// state immediately after doing the update replays, when we have the `update_id`s
83998399
// available) and then walk any remaining in-flight updates.
84008400
let mut pending_background_events = Vec::new();

0 commit comments

Comments
 (0)