zcash_client_sqlite: Allow use of `zcash_client_backend::data_api::wallet::spend` in tests

This commit is contained in:
Kris Nuttycombe 2024-02-29 17:57:24 -07:00
parent e44ddee8ad
commit 9ea027150a
1 changed files with 1 additions and 0 deletions

View File

@ -494,6 +494,7 @@ impl<Cache> TestState<Cache> {
where where
InputsT: InputSelector<InputSource = WalletDb<Connection, Network>>, InputsT: InputSelector<InputSource = WalletDb<Connection, Network>>,
{ {
#![allow(deprecated)]
let params = self.network(); let params = self.network();
let prover = test_prover(); let prover = test_prover();
spend( spend(