Merge pull request #1285 from TheBlueMatt/2022-01-remove-closed-issue-ref
authorMatt Corallo <649246+TheBlueMatt@users.noreply.github.com>
Fri, 4 Feb 2022 19:42:26 +0000 (19:42 +0000)
committerGitHub <noreply@github.com>
Fri, 4 Feb 2022 19:42:26 +0000 (19:42 +0000)
Remove stale reference to incomplete BOLT compliance

lightning/src/ln/channel.rs

index fc48a6b9a1ceb777eea964f19b89bd729072b60f..19e1c8e3643b8c84b9a741ee053c5bea4e617359 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 {