Skip to content

Commit 1384b0d

Browse files
rename password file
1 parent 9365a88 commit 1384b0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

v-next/hardhat-keystore/src/internal/utils/get-keystore-file-path.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,5 @@ export async function getDevKeystoreFilePath(): Promise<string> {
2323
*/
2424
export async function getDevKeystorePasswordFilePath(): Promise<string> {
2525
const configDirPath = await getConfigDir();
26-
return path.join(configDirPath, "dev.keystore.password.txt");
26+
return path.join(configDirPath, "dev.keystore.checksum.txt");
2727
}

0 commit comments

Comments
 (0)