Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
drewstone committed Nov 24, 2023
1 parent f3fefce commit 5a27a84
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions primitives/src/types/jobs.rs
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ pub struct DKGJobType<AccountId> {
pub threshold: u8,

/// the caller permitted to use this result later
pub permitted_caller: Option<AccountId>
pub permitted_caller: Option<AccountId>,
}

/// Represents the DKG Signature job type.
Expand All @@ -176,7 +176,7 @@ pub struct ZkSaasPhaseOneJobType<AccountId> {
/// List of participants' account IDs.
pub participants: Vec<AccountId>,
/// the caller permitted to use this result later
pub permitted_caller: Option<AccountId>
pub permitted_caller: Option<AccountId>,
}

/// Represents the (zk-SNARK) Phase Two job type.
Expand Down Expand Up @@ -246,7 +246,7 @@ pub struct PhaseOneResult<AccountId, BlockNumber> {
pub threshold: Option<u8>,

/// permitted caller to use this result
pub permitted_caller : Option<AccountId>
pub permitted_caller: Option<AccountId>,
}

/// Represents different types of validator offences.
Expand Down

0 comments on commit 5a27a84

Please sign in to comment.