]> git.bitcoin.ninja Git - rust-lightning/commitdiff
f clean up err wording?
authorMatt Corallo <git@bluematt.me>
Mon, 24 May 2021 22:08:32 +0000 (22:08 +0000)
committerMatt Corallo <git@bluematt.me>
Mon, 24 May 2021 22:25:04 +0000 (22:25 +0000)
lightning/src/ln/channel.rs

index 8f293bff5a4f41c849b0cfc91b18f0991b161abd..e6c815c9a692b4ba2cdf8b329f2c114e5bb41b5d 100644 (file)
@@ -3894,7 +3894,7 @@ impl<Signer: Sign> Channel<Signer> {
                                contents: announcement,
                        })
                } else {
-                       Err(ChannelError::Ignore("Attempted to get channel announcement before we'd received announcement_signatures".to_string()))
+                       Err(ChannelError::Ignore("Attempted to sign channel announcement before we'd received announcement_signatures".to_string()))
                }
        }