Skip to content

Commit

Permalink
remove eddsa comment
Browse files Browse the repository at this point in the history
  • Loading branch information
yuval-fireblocks committed Aug 1, 2024
1 parent 0bd9d4c commit 9895487
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/AppStore.ts
Original file line number Diff line number Diff line change
Expand Up @@ -525,10 +525,7 @@ export const useAppStore = create<IAppState>()((set, get) => {

set((state) => ({ ...state, web3Connections: state.web3Connections.filter((s) => s.id !== sessionId) }));
},
/**
* By default, workspaces are not enabled with EdDSA so you may remove `MPC_CMP_EDDSA_ED25519` when calling generateMPCKeys
* You may read more about the usage of EdDSA in the following article: https://ncw-developers.fireblocks.com/docs/multiple-algorithms
*/

generateMPCKeys: async () => {
if (!fireblocksNCW) {
throw new Error("fireblocksNCW is not initialized");
Expand Down

0 comments on commit 9895487

Please sign in to comment.