Skip to content

Commit

Permalink
Address comments from pull request review
Browse files Browse the repository at this point in the history
  • Loading branch information
spalladino committed Aug 24, 2023
1 parent e133c80 commit 2f4775a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/docs/dev_docs/wallets/writing_an_account_contract.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,9 @@ Let's start with the account contract itself in Noir. Create [a new Noir contrac
You can use [the Aztec CLI](../cli/main.md) to generate a new keypair if you want to use a different one:
```bash
$ aztec-cli generate-private-key
```

```bash
Private Key: 0xc06461a031058f116f087bc0161b11c039648eb47e03bad3eab089709bf9b8ae
Public Key: 0x0ede151adaef1cfcc1b3e152ea39f00c5cda3f3857cef00decb049d283672dc713c0e184340407e796411f74b7383252f1406272b58fccad6fee203f8a6db474
```
Expand Down

0 comments on commit 2f4775a

Please sign in to comment.