File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -4428,12 +4428,14 @@ impl<Signer: Sign> Channel<Signer> {
4428
4428
} )
4429
4429
}
4430
4430
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
+ ///
4435
4436
/// Will only fail if we're not in a state where channel_announcement may be sent (including
4436
4437
/// closing).
4438
+ ///
4437
4439
/// Note that the "channel must be funded" requirement is stricter than BOLT 7 requires - see
4438
4440
/// https://github.com/lightningnetwork/lightning-rfc/issues/468
4439
4441
///
You can’t perform that action at this time.
0 commit comments