Skip to content
This repository has been archived by the owner on Nov 21, 2019. It is now read-only.

Commit

Permalink
increase n value of keystore files to 8192
Browse files Browse the repository at this point in the history
  • Loading branch information
tayvano committed Jan 23, 2018
1 parent cb9bed1 commit 44d7d65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/scripts/globalFuncs.js
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ globalFuncs.getEthNodeMsg = function(str) {
return this.getParityMsg(str);
};
globalFuncs.scrypt = {
n: 1024
n: 8192
};
globalFuncs.postDelay = 300;
globalFuncs.kdf = "scrypt";
Expand Down

0 comments on commit 44d7d65

Please sign in to comment.