Merge pull request #748 from TheBlueMatt/2020-11-router-fuzzer
[rust-lightning] / lightning / src / routing / router.rs
index 526d26b56bb01c152858b4b92e14ba5678d0c7c4..490b6b4048cbd33a7ba60e8b578b6dddbfcd4e17 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,