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 9dbb26b commit 91b7b1fCopy full SHA for 91b7b1f
lightning/src/ln/channel.rs
@@ -4725,8 +4725,8 @@ impl<Signer: Sign> Channel<Signer> {
4725
4726
/// Gets an UnsignedChannelAnnouncement for this channel. The channel must be publicly
4727
/// 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.
+ /// directions). Should be used for both broadcasted announcements and in response to an
+ /// AnnouncementSignatures message from the remote peer.
4730
///
4731
/// Will only fail if we're not in a state where channel_announcement may be sent (including
4732
/// closing).
0 commit comments