nerdcash / Nerdbank.Cryptocurrencies

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

Optimized birthday height should be null when no transaction is found #308

Closed AArnott closed 3 months ago

AArnott commented 3 months ago

Previously, the optimized birthday height was set to the sapling activation height when no transaction was found. It now is set to null in that case.