We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents bea82ef + 3c10f9c commit 8b94ab7Copy full SHA for 8b94ab7
src/utils/deploy_account.ts
@@ -25,7 +25,7 @@ export async function deploySchnorrAccount(pxe: PXE): Promise<AccountManager> {
25
logger.info('🔐 Generating account keys...');
26
let secretKey = Fr.random();
27
let salt = Fr.random();
28
- logger.info(`Save the follwing SECRET and SALT in .env for future use.`);
+ logger.info(`Save the following SECRET and SALT in .env for future use.`);
29
logger.info(`🔑 Secret key generated: ${secretKey.toString()}`);
30
logger.info(`🧂 Salt generated: ${salt.toString()}`);
31
0 commit comments