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 0c67753 commit 6120eb9Copy full SHA for 6120eb9
lightning/src/ln/channelmanager.rs
@@ -8027,7 +8027,7 @@ where
8027
/// will randomly be placed first or last in the returned array.
8028
///
8029
/// Note that even though `BroadcastChannelAnnouncement` and `BroadcastChannelUpdate`
8030
- /// `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
8031
/// the `MessageSendEvent`s to the specific peer they were generated under.
8032
fn get_and_clear_pending_msg_events(&self) -> Vec<MessageSendEvent> {
8033
let events = RefCell::new(Vec::new());
0 commit comments