Fix clippy error

This commit is contained in:
Andrew Arnott 2024-07-18 18:10:04 -06:00
parent 36b3fc866a
commit fa5248def0
No known key found for this signature in database
GPG Key ID: 251505B99C25745D
1 changed files with 0 additions and 1 deletions

View File

@ -16,7 +16,6 @@ use crate::PRUNING_DEPTH;
#[cfg(feature = "transparent-inputs")]
use {
crate::AccountId,
zcash_client_backend::encoding::TransparentCodecError,
zcash_primitives::{legacy::TransparentAddress, transaction::TxId},
};