We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8c9ef37 + 820220d commit bea82efCopy full SHA for bea82ef
scripts/profile_deploy.ts
@@ -19,10 +19,10 @@ async function main() {
19
20
let accountManager = await deploySchnorrAccount(pxe);
21
const wallet = await accountManager.getWallet();
22
- const address = accountManager.getAddress();
+ const address = await accountManager.getAddress();
23
24
const profileTx = await EasyPrivateVotingContract.deploy(wallet, address).profile({ profileMode: "full"});
25
console.dir(profileTx, { depth: 2 });
26
}
27
28
-main();
+main();
0 commit comments