Remove stale reference to incomplete BOLT compliance 2022-01-remove-closed-issue-ref
authorMatt Corallo <git@bluematt.me>
Wed, 26 Jan 2022 23:28:45 +0000 (23:28 +0000)
committerMatt Corallo <git@bluematt.me>
Wed, 26 Jan 2022 23:28:45 +0000 (23:28 +0000)
The referenced issue was closed some time ago with a PR to amend
the BOLTs to be more restrictive, which we are in compliance with.

lightning/src/ln/channel.rs

index 72c60e8ed616f0518aca326ec4230d549eeb5a8f..4a4742e007ba2fc1334bd7bf7898313a81cc11e6 100644 (file)
@@ -4731,9 +4731,6 @@ impl<Signer: Sign> Channel<Signer> {
        /// Will only fail if we're not in a state where channel_announcement may be sent (including
        /// closing).
        ///
-       /// Note that the "channel must be funded" requirement is stricter than BOLT 7 requires - see
-       /// https://github.com/lightningnetwork/lightning-rfc/issues/468
-       ///
        /// This will only return ChannelError::Ignore upon failure.
        fn get_channel_announcement(&self, node_id: PublicKey, chain_hash: BlockHash) -> Result<msgs::UnsignedChannelAnnouncement, ChannelError> {
                if !self.config.announced_channel {