librustzcash/zcash_client_sqlite/src
Kris Nuttycombe 3cec9ee4a7 zcash_client_sqlite: Store received UTXOs in `store_decrypted_tx`.
This fixes an issue wherein transparent outputs of transactions added to
the wallet via `decrypt_and_store_transaction` would not be properly
recorded as UTXOs belonging to the wallet.

Part of #1434
2024-07-26 15:47:16 -06:00
..
chain
testing zcash_client_sqlite: Store received UTXOs in `store_decrypted_tx`. 2024-07-26 15:47:16 -06:00
wallet zcash_client_sqlite: Demonstrate the failure of store_decrypted_tx to persist transparent outputs. 2024-07-26 15:46:57 -06:00
chain.rs
error.rs
lib.rs zcash_client_sqlite: Store received UTXOs in `store_decrypted_tx`. 2024-07-26 15:47:16 -06:00
testing.rs Fix clippy lint 2024-07-23 17:09:59 +00:00
wallet.rs