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 20fb6b6 commit ad69dcfCopy full SHA for ad69dcf
lightning/src/ln/channelmanager.rs
@@ -8091,7 +8091,7 @@ where
8091
/// will randomly be placed first or last in the returned array.
8092
///
8093
/// Note that even though `BroadcastChannelAnnouncement` and `BroadcastChannelUpdate`
8094
- /// `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
8095
/// the `MessageSendEvent`s to the specific peer they were generated under.
8096
fn get_and_clear_pending_msg_events(&self) -> Vec<MessageSendEvent> {
8097
let events = RefCell::new(Vec::new());
0 commit comments