Skip to content

Commit

Permalink
update circuits name in isZkeyDownloading
Browse files Browse the repository at this point in the history
  • Loading branch information
remicolin committed Aug 27, 2024
1 parent 0ba5933 commit 290d6bd
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion app/src/stores/navigationStore.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,9 @@ interface NavigationState {

const useNavigationStore = create<NavigationState>((set, get) => ({
isZkeyDownloading: {
register_sha256WithRSAEncryption_65537: false,
prove_rsa_65537_sha1: false,
prove_rsa_65537_sha256: false,
prove_rsapss_65537_sha256: false,
disclose: false,
},
showWarningModal: {
Expand Down

0 comments on commit 290d6bd

Please sign in to comment.