We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5592378 commit 40574d0Copy full SHA for 40574d0
lightning/src/ln/channelmanager.rs
@@ -8174,7 +8174,7 @@ where
8174
/// will randomly be placed first or last in the returned array.
8175
///
8176
/// Note that even though `BroadcastChannelAnnouncement` and `BroadcastChannelUpdate`
8177
- /// `MessageSendEvent`s are intended to be broadcasted to all peers, they will be pleaced among
+ /// `MessageSendEvent`s are intended to be broadcasted to all peers, they will be placed among
8178
/// the `MessageSendEvent`s to the specific peer they were generated under.
8179
fn get_and_clear_pending_msg_events(&self) -> Vec<MessageSendEvent> {
8180
let events = RefCell::new(Vec::new());
0 commit comments