nerdcash / Nerdbank.Cryptocurrencies

.NET libraries for processing Zcash and other cryptocurrencies.
MIT License
5 stars 3 forks source link

Fix unstable `ZcashAddress.IsMatch_PartialMatch` test #334

Closed AArnott closed 1 month ago

AArnott commented 1 month ago

This was caused by missing explicit Equals methods on the OrchardReceiver struct, leading to the default ValueType.Equals behavior that is inadequate. I made some other changes to help ensure the fix is and remains complete.

I also added the TexReceiver to the IsMatch method since it was missing there.