Action should use VerificationKeyBytes
This commit is contained in:
parent
570ad6e914
commit
120b065a94
|
@ -29,7 +29,7 @@ pub struct Action {
|
||||||
/// The nullifier of the input note being spent.
|
/// The nullifier of the input note being spent.
|
||||||
pub nullifer: note::Nullifier,
|
pub nullifer: note::Nullifier,
|
||||||
/// The randomized validating key for spendAuthSig,
|
/// 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.
|
/// The 𝑥-coordinate of the note commitment for the output note.
|
||||||
pub cm_x: pallas::Base,
|
pub cm_x: pallas::Base,
|
||||||
/// An encoding of an ephemeral Pallas public key.
|
/// An encoding of an ephemeral Pallas public key.
|
||||||
|
|
Loading…
Reference in New Issue