nerdcash / Nerdbank.Cryptocurrencies

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

Unspent transparent note SQL should filter by expiry #360

Open AArnott opened 3 weeks ago

AArnott commented 3 weeks ago

@nuttycom says I should filter on transaction expiry as well. Think about re-org and abandoned transactions.

https://github.com/nerdcash/Nerdbank.Cryptocurrencies/blob/8b2e5ec7115a8ad783d36b1303f8953c06783ea1/src/nerdbank-zcash-rust/src/sql_statements.rs#L93-L102