diff --git a/modMcf/src/org/aion/mcf/account/Keystore.java b/modMcf/src/org/aion/mcf/account/Keystore.java index 6ad0f6132b..3627e238fd 100644 --- a/modMcf/src/org/aion/mcf/account/Keystore.java +++ b/modMcf/src/org/aion/mcf/account/Keystore.java @@ -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); }