Skip to content

Commit 2aac9f0

Browse files
authored
Merge pull request #97 from reallesee/main
Update deploy_account.ts
2 parents 2ef46e8 + 33123c3 commit 2aac9f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/deploy_account.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import { deploySchnorrAccount } from "../src/utils/deploy_account.js";
55
export async function deployAccount() {
66
let logger: Logger;
77
logger = createLogger('aztec:aztec-starter');
8-
const pxe = await setupPXE()
8+
const pxe = await setupPXE();
99
await deploySchnorrAccount(pxe);
1010
}
1111

0 commit comments

Comments
 (0)