Skip to content

Commit 17b1d92

Browse files
authored
chore: minor improvement for docs (#215)
1 parent 0bf97bf commit 17b1d92

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
@@ -13,7 +13,7 @@ export async function deploySchnorrAccount(wallet?: TestWallet): Promise<Account
1313
logger = createLogger('aztec:aztec-starter');
1414
logger.info('👤 Starting Schnorr account deployment...');
1515

16-
// // Generate account keys
16+
// Generate account keys
1717
logger.info('🔐 Generating account keys...');
1818
let secretKey = Fr.random();
1919
let signingKey = GrumpkinScalar.random();

0 commit comments

Comments
 (0)