Action should use VerificationKeyBytes

This commit is contained in:
Deirdre Connolly 2021-03-13 05:15:50 -05:00 committed by Deirdre Connolly
parent 570ad6e914
commit 120b065a94
1 changed files with 1 additions and 1 deletions

View File

@ -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<SpendAuth>,
pub rk: redpallas::VerificationKeyBytes<SpendAuth>,
/// The 𝑥-coordinate of the note commitment for the output note.
pub cm_x: pallas::Base,
/// An encoding of an ephemeral Pallas public key.