We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0bf97bf commit 17b1d92Copy full SHA for 17b1d92
src/utils/deploy_account.ts
@@ -13,7 +13,7 @@ export async function deploySchnorrAccount(wallet?: TestWallet): Promise<Account
13
logger = createLogger('aztec:aztec-starter');
14
logger.info('👤 Starting Schnorr account deployment...');
15
16
- // // Generate account keys
+ // Generate account keys
17
logger.info('🔐 Generating account keys...');
18
let secretKey = Fr.random();
19
let signingKey = GrumpkinScalar.random();
0 commit comments