Skip to content

Commit d4f0b1d

Browse files
committed
f stale docs
1 parent 233272a commit d4f0b1d

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

lightning/src/ln/channel.rs

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4428,12 +4428,14 @@ impl<Signer: Sign> Channel<Signer> {
44284428
})
44294429
}
44304430

4431-
/// Gets an UnsignedChannelAnnouncement, as well as a signature covering it using our
4432-
/// bitcoin_key, if available, for this channel. The channel must be publicly announceable and
4433-
/// available for use (have exchanged FundingLocked messages in both directions). Should be used
4434-
/// for both loose and in response to an AnnouncementSignatures message from the remote peer.
4431+
/// Gets an UnsignedChannelAnnouncement for this channel. The channel must be publicly
4432+
/// announceable and available for use (have exchanged FundingLocked messages in both
4433+
/// directions). Should be used for both loose and in response to an AnnouncementSignatures
4434+
/// message from the remote peer.
4435+
///
44354436
/// Will only fail if we're not in a state where channel_announcement may be sent (including
44364437
/// closing).
4438+
///
44374439
/// Note that the "channel must be funded" requirement is stricter than BOLT 7 requires - see
44384440
/// https://github.com/lightningnetwork/lightning-rfc/issues/468
44394441
///

0 commit comments

Comments
 (0)