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 146a291 commit 052e220Copy full SHA for 052e220
lightning/src/ln/channelmanager.rs
@@ -8163,7 +8163,7 @@ where
8163
/// will randomly be placed first or last in the returned array.
8164
///
8165
/// Note that even though `BroadcastChannelAnnouncement` and `BroadcastChannelUpdate`
8166
- /// `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
8167
/// the `MessageSendEvent`s to the specific peer they were generated under.
8168
fn get_and_clear_pending_msg_events(&self) -> Vec<MessageSendEvent> {
8169
let events = RefCell::new(Vec::new());
0 commit comments