Fix missing blake2b_simd::Hash -> SigHash replacement (#2470)

This commit is contained in:
Conrado Gouvea 2021-07-08 17:09:55 -03:00 committed by GitHub
parent 1c919fbabb
commit ba9fab1241
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -546,7 +546,7 @@ where
/// Verifies a transaction's Orchard shielded data.
fn verify_orchard_shielded_data(
orchard_shielded_data: &Option<orchard::ShieldedData>,
shielded_sighash: &blake2b_simd::Hash,
shielded_sighash: &SigHash,
) -> Result<AsyncChecks, TransactionError> {
let mut async_checks = AsyncChecks::new();