Skip to content

Commit

Permalink
Fix typo in ketstore path
Browse files Browse the repository at this point in the history
  • Loading branch information
victorbalan committed Jun 5, 2018
1 parent 7770c9c commit fdc1e7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modMcf/src/org/aion/mcf/account/Keystore.java
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ public class Keystore {
if (storageDir == null || storageDir.equalsIgnoreCase("")) {
storageDir = System.getProperty("user.dir");
}
KEYSTORE_PATH = storageDir + "/keytstore";
KEYSTORE_PATH = storageDir + "/keystore";
PATH = Paths.get(KEYSTORE_PATH);
}

Expand Down

0 comments on commit fdc1e7e

Please sign in to comment.