Correct `funding_transaction_generated` err msg and fix fuzz check
[rust-lightning] / lightning / src / ln / channelmanager.rs
index a1148b692b102b15754386bfc620a116f4d5fb8d..845e50f7bb51cac9e85aaeaae6784ed8c3487a0c 100644 (file)
@@ -2691,7 +2691,7 @@ where
                                        (chan, funding_msg)
                                },
                                Err(_) => { return Err(APIError::ChannelUnavailable {
-                                       err: "Error deriving keys or signing initial commitment transactions - either our RNG or our counterparty's RNG is broken or the Signer refused to sign".to_owned()
+                                       err: "Signer refused to sign the initial commitment transaction".to_owned()
                                }) },
                        }
                };