Skip to content

Commit

Permalink
Update zcash_client_sqlite CHANGELOG to better describe the bug bei…
Browse files Browse the repository at this point in the history
…ng fixed
  • Loading branch information
daira authored Nov 2, 2024
1 parent 0347a28 commit 78a5927
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions zcash_client_sqlite/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ and this library adheres to Rust's notion of
- `zcash_client_sqlite::WalletDb`'s implementation of
`zcash_client_backend::data_api::WalletRead::get_wallet_summary` has been
fixed to take account of `min_confirmations` for transparent balances.
(Previously, it would treat transparent balances as though
`min_confirmations` were `1` even if it was set to a higher value.)
Note that this implementation treats `min_confirmations == 0` the same
as `min_confirmations == 1` for both shielded and transparent TXOs.
It also does not currently distinguish between pending change and
Expand Down

0 comments on commit 78a5927

Please sign in to comment.