Skip to content

Commit d29ae18

Browse files
authored
Merge pull request #1285 from TheBlueMatt/2022-01-remove-closed-issue-ref
Remove stale reference to incomplete BOLT compliance
2 parents a1fedea + cc88ae6 commit d29ae18

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

lightning/src/ln/channel.rs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4731,9 +4731,6 @@ impl<Signer: Sign> Channel<Signer> {
47314731
/// Will only fail if we're not in a state where channel_announcement may be sent (including
47324732
/// closing).
47334733
///
4734-
/// Note that the "channel must be funded" requirement is stricter than BOLT 7 requires - see
4735-
/// https://github.com/lightningnetwork/lightning-rfc/issues/468
4736-
///
47374734
/// This will only return ChannelError::Ignore upon failure.
47384735
fn get_channel_announcement(&self, node_id: PublicKey, chain_hash: BlockHash) -> Result<msgs::UnsignedChannelAnnouncement, ChannelError> {
47394736
if !self.config.announced_channel {

0 commit comments

Comments
 (0)