Skip to content

Commit 91b7b1f

Browse files
committed
f clarify somewhat
1 parent 9dbb26b commit 91b7b1f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lightning/src/ln/channel.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4725,8 +4725,8 @@ impl<Signer: Sign> Channel<Signer> {
47254725

47264726
/// Gets an UnsignedChannelAnnouncement for this channel. The channel must be publicly
47274727
/// announceable and available for use (have exchanged FundingLocked messages in both
4728-
/// directions). Should be used for both loose and in response to an AnnouncementSignatures
4729-
/// message from the remote peer.
4728+
/// directions). Should be used for both broadcasted announcements and in response to an
4729+
/// AnnouncementSignatures message from the remote peer.
47304730
///
47314731
/// Will only fail if we're not in a state where channel_announcement may be sent (including
47324732
/// closing).

0 commit comments

Comments
 (0)