Skip to content

Commit ad69dcf

Browse files
committed
fix a small typo in code :)
1 parent 20fb6b6 commit ad69dcf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lightning/src/ln/channelmanager.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8091,7 +8091,7 @@ where
80918091
/// will randomly be placed first or last in the returned array.
80928092
///
80938093
/// Note that even though `BroadcastChannelAnnouncement` and `BroadcastChannelUpdate`
8094-
/// `MessageSendEvent`s are intended to be broadcasted to all peers, they will be pleaced among
8094+
/// `MessageSendEvent`s are intended to be broadcasted to all peers, they will be placed among
80958095
/// the `MessageSendEvent`s to the specific peer they were generated under.
80968096
fn get_and_clear_pending_msg_events(&self) -> Vec<MessageSendEvent> {
80978097
let events = RefCell::new(Vec::new());

0 commit comments

Comments
 (0)