Skip to content

Commit

Permalink
fix: add more derive trait for ZkLoginEnv (#749)
Browse files Browse the repository at this point in the history
  • Loading branch information
joyqvq authored Mar 21, 2024
1 parent 156b4ae commit a4a60f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fastcrypto-zkp/src/bn254/zk_login_api.rs
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ use once_cell::sync::Lazy;
use serde::{Deserialize, Serialize};

/// Enum to specify the environment to use for verifying keys.
#[derive(Debug, Clone, Serialize, Deserialize)]
#[derive(Serialize, Clone, Deserialize, Debug, Eq, PartialEq, Copy)]
pub enum ZkLoginEnv {
/// Use the secure global verifying key derived from ceremony.
Prod,
Expand Down

0 comments on commit a4a60f8

Please sign in to comment.