Skip to content

Commit

Permalink
zcash_client_sqlite: Allow use of `zcash_client_backend::data_api::wa…
Browse files Browse the repository at this point in the history
…llet::spend` in tests
  • Loading branch information
nuttycom committed Mar 1, 2024
1 parent e44ddee commit 9ea0271
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions zcash_client_sqlite/src/testing.rs
Original file line number Diff line number Diff line change
Expand Up @@ -494,6 +494,7 @@ impl<Cache> TestState<Cache> {
where
InputsT: InputSelector<InputSource = WalletDb<Connection, Network>>,
{
#![allow(deprecated)]
let params = self.network();
let prover = test_prover();
spend(
Expand Down

0 comments on commit 9ea0271

Please sign in to comment.