Skip to content

Commit

Permalink
restore temporarily disabled test functions
Browse files Browse the repository at this point in the history
  • Loading branch information
laser committed Jun 24, 2020
1 parent 824d150 commit 33c2419
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions rust/src/proofs/api.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1183,6 +1183,11 @@ pub mod tests {

unsafe {
for st in seal_types {
pairs.push(("get_seal_verify_key_cid", fil_get_seal_params_path(st)));
pairs.push((
"get_seal_verify_key_cid",
fil_get_seal_verifying_key_path(st),
));
pairs.push((
"get_seal_circuit_identifier",
fil_get_seal_circuit_identifier(st),
Expand Down

0 comments on commit 33c2419

Please sign in to comment.