X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;f=lightning%2Fsrc%2Futil%2Fconfig.rs;h=f44e43b7db4426ce724a2346b3f5ecd015a8d301;hb=bac1b79fbb000a9cdc615260af2275c97682c2dc;hp=b2004df3e9cbd0c043c2b2ef184e538f267ea02a;hpb=71f4749e1c0d48a916c1ba3b0631d7796f61c074;p=rust-lightning diff --git a/lightning/src/util/config.rs b/lightning/src/util/config.rs index b2004df3..f44e43b7 100644 --- a/lightning/src/util/config.rs +++ b/lightning/src/util/config.rs @@ -274,7 +274,7 @@ impl Default for ChannelHandshakeLimits { /// Options which apply on a per-channel basis and may change at runtime or based on negotiation /// with our counterparty. -#[derive(Copy, Clone, Debug, PartialEq)] +#[derive(Copy, Clone, Debug, PartialEq, Eq)] pub struct ChannelConfig { /// Amount (in millionths of a satoshi) charged per satoshi for payments forwarded outbound /// over the channel.