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 6e40e5f commit 658a2acCopy full SHA for 658a2ac
lightning/src/ln/channelmanager.rs
@@ -8007,7 +8007,7 @@ where
8007
/// will randomly be placed first or last in the returned array.
8008
///
8009
/// Note that even though `BroadcastChannelAnnouncement` and `BroadcastChannelUpdate`
8010
- /// `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
8011
/// the `MessageSendEvent`s to the specific peer they were generated under.
8012
fn get_and_clear_pending_msg_events(&self) -> Vec<MessageSendEvent> {
8013
let events = RefCell::new(Vec::new());
0 commit comments