Skip to content

Commit 90492d9

Browse files
committed
Merge branch 'multiple-ag' into zsa-swap-dd2
2 parents 54dd677 + 3702878 commit 90492d9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

zebra-chain/src/primitives/zcash_note_encryption.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,8 @@ pub fn decrypts_successfully(transaction: &Transaction, network: &Network, heigh
7474
}
7575

7676
/// Checks if all actions in an Orchard bundle decrypt successfully.
77-
fn orchard_bundle_decrypts_successfully<A: Authorization, V, D: OrchardPrimitives>(
78-
bundle: &Bundle<A, V, D>,
77+
fn orchard_bundle_decrypts_successfully<A: Authorization, V, P: OrchardPrimitives>(
78+
bundle: &Bundle<A, V, P>,
7979
) -> bool {
8080
bundle.actions().iter().all(|act| {
8181
zcash_note_encryption::try_output_recovery_with_ovk(

0 commit comments

Comments
 (0)