Skip to content

Commit

Permalink
fix(compute zkey): remove redundant exports
Browse files Browse the repository at this point in the history
  • Loading branch information
ctrlc03 committed Mar 7, 2023
1 parent 2384865 commit 99f0640
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/actions/src/index.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
export {
downloadCeremonyArtifact,
getBucketName,
multiPartUpload,
getR1csStorageFilePath,
Expand Down Expand Up @@ -80,4 +79,4 @@ export {
finalizeCircuit,
finalizeCeremony
} from "./helpers/functions"
export { toHex, blake512FromPath, computeSHA256ToHex, compareHashes } from "./helpers/crypto"
export { toHex, blake512FromPath, computeSHA256ToHex } from "./helpers/crypto"

0 comments on commit 99f0640

Please sign in to comment.