Update PaymentParameters::route_hints for blinded paths
[rust-lightning] / lightning / src / offers / invoice.rs
index 5c314800887e0d05eabd660767f824cdd30d1ab2..d432e2e139cb89cdd384b74be3142c0c543d0eba 100644 (file)
@@ -732,7 +732,7 @@ type BlindedPayInfoIter<'a> = core::iter::Map<
 >;
 
 /// Information needed to route a payment across a [`BlindedPath`].
-#[derive(Clone, Debug, PartialEq)]
+#[derive(Clone, Debug, Hash, Eq, PartialEq)]
 pub struct BlindedPayInfo {
        /// Base fee charged (in millisatoshi) for the entire blinded path.
        pub fee_base_msat: u32,