diff --git a/zcash_client_sqlite/src/testing.rs b/zcash_client_sqlite/src/testing.rs index 386543c10..0a2db28e7 100644 --- a/zcash_client_sqlite/src/testing.rs +++ b/zcash_client_sqlite/src/testing.rs @@ -15,7 +15,7 @@ use tempfile::NamedTempFile; use tempfile::TempDir; use zcash_client_backend::data_api::chain::ScanSummary; -use zcash_client_backend::data_api::{AccountBalance, WalletRead}; +use zcash_client_backend::data_api::{AccountBalance, WalletRead, PoolType}; #[allow(deprecated)] use zcash_client_backend::{ address::RecipientAddress, @@ -446,6 +446,7 @@ impl TestState { GreedyInputSelectorError, Infallible, ReceivedNoteId, + PoolType, >, > { let params = self.network(); @@ -479,6 +480,7 @@ impl TestState { InputsT::Error, ::Error, ReceivedNoteId, + PoolType, >, > where @@ -513,6 +515,7 @@ impl TestState { InputsT::Error, ::Error, ReceivedNoteId, + PoolType, >, > where @@ -579,6 +582,7 @@ impl TestState { Infallible, FeeRuleT::Error, ReceivedNoteId, + PoolType, >, > where diff --git a/zcash_client_sqlite/src/wallet/sapling.rs b/zcash_client_sqlite/src/wallet/sapling.rs index 6bf84cf00..83fb3e065 100644 --- a/zcash_client_sqlite/src/wallet/sapling.rs +++ b/zcash_client_sqlite/src/wallet/sapling.rs @@ -465,7 +465,7 @@ pub(crate) mod tests { error::Error, wallet::input_selection::{GreedyInputSelector, GreedyInputSelectorError}, AccountBirthday, Ratio, ShieldedProtocol, WalletCommitmentTrees, WalletRead, - WalletWrite, + WalletWrite, PoolType, }, decrypt_transaction, fees::{fixed, zip317, DustOutputPolicy}, @@ -983,6 +983,7 @@ pub(crate) mod tests { GreedyInputSelectorError, Infallible, ReceivedNoteId, + PoolType, >, > { let txid = st.create_spend_to_address(