librustzcash/zcash_client_sqlite/src
Kris Nuttycombe fff6983512 Replace a number of uses of `assert!(matches!(...))` with `assert_matches!(...)`
The remaining uses of `assert!(matches!(...))` are all in cases where
for some reason the `assert_matches` macro interferes with correct
type inference.
2022-12-08 12:17:14 -07:00
..
chain Upgrade rusqlite to version 0.25 2022-10-03 08:12:37 -06:00
wallet Replace a number of uses of `assert!(matches!(...))` with `assert_matches!(...)` 2022-12-08 12:17:14 -07:00
chain.rs Add traits for fee estimation and input selection 2022-11-10 12:17:59 -07:00
error.rs Add traits for fee estimation and input selection 2022-11-10 12:17:59 -07:00
lib.rs Add `tracing` spans to light client chain scanning 2022-12-06 08:17:49 +00:00
prepared.rs Allow insertion of UTXOs associated with the legacy taddr. 2022-10-24 17:32:30 -06:00
wallet.rs Replace a number of uses of `assert!(matches!(...))` with `assert_matches!(...)` 2022-12-08 12:17:14 -07:00