Skip to content

Commit 8b94ab7

Browse files
authored
Merge pull request #133 from socialsister/main
chore: fix typo
2 parents bea82ef + 3c10f9c commit 8b94ab7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/utils/deploy_account.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ export async function deploySchnorrAccount(pxe: PXE): Promise<AccountManager> {
2525
logger.info('🔐 Generating account keys...');
2626
let secretKey = Fr.random();
2727
let salt = Fr.random();
28-
logger.info(`Save the follwing SECRET and SALT in .env for future use.`);
28+
logger.info(`Save the following SECRET and SALT in .env for future use.`);
2929
logger.info(`🔑 Secret key generated: ${secretKey.toString()}`);
3030
logger.info(`🧂 Salt generated: ${salt.toString()}`);
3131

0 commit comments

Comments
 (0)