From cc88ae6d8d6facbe1ae97dd95db776d25cd443da Mon Sep 17 00:00:00 2001 From: Matt Corallo Date: Wed, 26 Jan 2022 23:28:45 +0000 Subject: [PATCH] Remove stale reference to incomplete BOLT compliance 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 | 3 --- 1 file changed, 3 deletions(-) diff --git a/lightning/src/ln/channel.rs b/lightning/src/ln/channel.rs index 72c60e8ed..4a4742e00 100644 --- a/lightning/src/ln/channel.rs +++ b/lightning/src/ln/channel.rs @@ -4731,9 +4731,6 @@ impl Channel { /// 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 { if !self.config.announced_channel { -- 2.39.5