From 120b065a945046a45e25f151035274e43343252f Mon Sep 17 00:00:00 2001 From: Deirdre Connolly Date: Sat, 13 Mar 2021 05:15:50 -0500 Subject: [PATCH] Action should use VerificationKeyBytes --- zebra-chain/src/orchard/action.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zebra-chain/src/orchard/action.rs b/zebra-chain/src/orchard/action.rs index 78ffefce..7d94d0e4 100644 --- a/zebra-chain/src/orchard/action.rs +++ b/zebra-chain/src/orchard/action.rs @@ -29,7 +29,7 @@ pub struct Action { /// The nullifier of the input note being spent. pub nullifer: note::Nullifier, /// The randomized validating key for spendAuthSig, - pub rk: redpallas::VerificationKey, + pub rk: redpallas::VerificationKeyBytes, /// The 𝑥-coordinate of the note commitment for the output note. pub cm_x: pallas::Base, /// An encoding of an ephemeral Pallas public key.