]> git.bitcoin.ninja Git - rust-lightning/commit
Remove unneeded Eq and PartialEq derives
authorJeffrey Czyz <jkczyz@gmail.com>
Mon, 16 Sep 2024 19:42:06 +0000 (14:42 -0500)
committerJeffrey Czyz <jkczyz@gmail.com>
Tue, 29 Oct 2024 23:31:43 +0000 (18:31 -0500)
commite23f89ce43d5b5311673726b737fda54f85b38fe
tree6703d82101b36064740fab9e6737a282a4b8ae23
parenta77300129c2348698e667c88d10ace738733b45a
Remove unneeded Eq and PartialEq derives

TlvRecord has a few fields, but comparing only the record_bytes is
sufficient for equality since the other fields are initialized from it.
Remove the Eq and PartialEq derives as they compare these other fields.
lightning/src/offers/merkle.rs