From: Matt Corallo Date: Wed, 26 Jan 2022 23:28:45 +0000 (+0000) Subject: Remove stale reference to incomplete BOLT compliance X-Git-Tag: v0.0.105~21^2 X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=commitdiff_plain;h=cc88ae6d8d6facbe1ae97dd95db776d25cd443da;p=rust-lightning 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. --- diff --git a/lightning/src/ln/channel.rs b/lightning/src/ln/channel.rs index 72c60e8e..4a4742e0 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 {