Implement Clone for InvalidShutdownScript
[rust-lightning] / lightning / src / ln / script.rs
index 0c060e4523374b71f569c5a4338d617177dfe6ba..a9f44bae1aec79199230d467f426b50934c225dd 100644 (file)
@@ -21,7 +21,7 @@ use io;
 pub struct ShutdownScript(ShutdownScriptImpl);
 
 /// An error occurring when converting from [`Script`] to [`ShutdownScript`].
-#[derive(Debug)]
+#[derive(Clone, Debug)]
 pub struct InvalidShutdownScript {
        /// The script that did not meet the requirements from [BOLT #2].
        ///