mirror of
https://github.com/lightningdevkit/rust-lightning.git
synced 2025-02-25 07:17:40 +01:00
Merge pull request #1285 from TheBlueMatt/2022-01-remove-closed-issue-ref
Remove stale reference to incomplete BOLT compliance
This commit is contained in:
commit
d29ae1826e
1 changed files with 0 additions and 3 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Reference in a new issue