Skip to content

Commit

Permalink
Merge pull request #29 from fireblocks/comment
Browse files Browse the repository at this point in the history
update eddsa comment
  • Loading branch information
yuval-fireblocks authored Apr 14, 2024
2 parents 235f739 + 7507ff9 commit 5fc28b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/AppStore.ts
Original file line number Diff line number Diff line change
Expand Up @@ -527,7 +527,7 @@ export const useAppStore = create<IAppState>()((set, get) => {
},
/**
* By default, workspaces are not enabled with EdDSA so you may remove `MPC_CMP_EDDSA_ED25519` when calling generateMPCKeys
* Please ask your CSM or in the https://community.fireblocks.com/ to enable your workspace to support EdDSA if you wish to work with EdDSA chains.
* 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) {
Expand Down

0 comments on commit 5fc28b2

Please sign in to comment.