Define the `PaymentMetadata` feature to be used in invoices
[rust-lightning] / lightning / src / routing / router.rs
index cf2afbbbadb7e0baabba60d1f4f17e24799a8e03..a50e29cae05db7a815c3c72c7ec473d9f5e1e443 100644 (file)
@@ -4599,7 +4599,6 @@ mod tests {
                        assert_eq!(route.paths[0][1].short_channel_id, 13);
                        assert_eq!(route.paths[0][1].fee_msat, 90_000);
                        assert_eq!(route.paths[0][1].cltv_expiry_delta, 42);
-                       assert_eq!(route.paths[0][1].node_features.le_flags(), InvoiceFeatures::known().le_flags());
                        assert_eq!(route.paths[0][1].channel_features.le_flags(), &id_to_feature_flags(13));
                }
        }