Merge pull request #570 from naumenkogs/2020_04_routing_message_handler_tests
[rust-lightning] / lightning / src / chain / chaininterface.rs
index 73aecfe9444892f2a4d3a0cbdfda0b6f35e49ec0..b30ebc1ee1629441ca7ed95e4e27a2518279ad35 100644 (file)
@@ -22,6 +22,7 @@ use std::marker::PhantomData;
 use std::ptr;
 
 /// Used to give chain error details upstream
+#[derive(Clone)]
 pub enum ChainError {
        /// Client doesn't support UTXO lookup (but the chain hash matches our genesis block hash)
        NotSupported,