Implement PartialEq manually
authorWilmer Paulino <wilmer@wilmerpaulino.com>
Tue, 14 Feb 2023 23:35:40 +0000 (15:35 -0800)
committerWilmer Paulino <wilmer@wilmerpaulino.com>
Mon, 20 Mar 2023 18:32:05 +0000 (11:32 -0700)
commitcfa8941cc59fc164bf95d7a698927dce0bcc4607
tree349bfcb930c8387f659cbb5783f47ca760db7017
parent86e94c4368fd9931339a76994914c5718d33805b
Implement PartialEq manually

Since we don't store `pending_claim_events` within `OnchainTxHandler` as
they'll be regenerated on restarts, we opt to implement `PartialEq`
manually such that the field is not longer considered.
lightning/src/chain/onchaintx.rs