nerdcash / Nerdbank.Cryptocurrencies

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

Avoid gRPC error about range inversion #379

Closed AArnott closed 1 month ago

AArnott commented 1 month ago

This happened when for some reason a T address had recorded that we had sync'd a higher block than we later believe is the chain tip. Rather than ignore this condition, we still error out, but we do so without the gRPC call, and with more diagnostic information.