Do not always persist ChannelManager on channel_update messages
[rust-lightning] / lightning / src / ln / channel.rs
index 5f5bc51dbb14c3b205847994f238131d2e4c2fbb..2f447c86155ffc78853f1516b2e44e120adb8b0f 100644 (file)
@@ -288,7 +288,7 @@ impl HTLCCandidate {
 }
 
 /// Information needed for constructing an invoice route hint for this channel.
-#[derive(Clone)]
+#[derive(Clone, Debug, PartialEq)]
 pub struct CounterpartyForwardingInfo {
        /// Base routing fee in millisatoshis.
        pub fee_base_msat: u32,