Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
curiecrypt committed Jan 14, 2025
1 parent bb4a648 commit bb96e53
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions examples/simple_example.rs
Original file line number Diff line number Diff line change
Expand Up @@ -96,8 +96,7 @@ impl ThresholdSignature {
return false;
};

let result =
aggregate_signature.verify(false, msg, &[], &[], &aggregate_public_key, false);
let result = aggregate_signature.verify(false, msg, &[], &[], &aggregate_public_key, false);
result == BLST_ERROR::BLST_SUCCESS
}

Expand Down

0 comments on commit bb96e53

Please sign in to comment.