Add path field to PaymentPathFailed event
[rust-lightning] / lightning / src / routing / router.rs
index 98b3d8f52453b939d129426d32117bbb6cedb1cb..03ec1b3337207090934601665195e2f3da9a6b8a 100644 (file)
@@ -28,7 +28,7 @@ use core::cmp;
 use core::ops::Deref;
 
 /// A hop in a route
-#[derive(Clone, Hash, PartialEq, Eq)]
+#[derive(Clone, Debug, Hash, PartialEq, Eq)]
 pub struct RouteHop {
        /// The node_id of the node at this hop.
        pub pubkey: PublicKey,