derive(Clone) for several pub simple data structs.
[rust-lightning] / lightning / src / routing / router.rs
index 56beb2ea05f922377b9eba6f855d5577001a7251..64a08e732ecbd6e032a154eacb46133fadc882a9 100644 (file)
@@ -113,6 +113,7 @@ impl Readable for Route {
 }
 
 /// A channel descriptor which provides a last-hop route to get_route
+#[derive(Clone)]
 pub struct RouteHint {
        /// The node_id of the non-target end of the route
        pub src_node_id: PublicKey,