Skip to content

Commit

Permalink
Merge pull request #10 from asharma13524/patch-5
Browse files Browse the repository at this point in the history
Fix grammar error in accounts.md
  • Loading branch information
critesjosh authored Aug 6, 2022
2 parents e163b38 + d4dac80 commit 54dd85e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/how-aztec-works/accounts.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ You cannot mix the spending of these notes. You can send unspent notes from the

The SDK tries to abstract much of this complexity away and presents everything to a developer as if this notion does not exist (e.g. the account balance is the sum of all notes regardless of registered or not).

If you want to know exactly what you can spend in one transaction, you have to tell the SDK whether your interested in the unregistered or registered balances.
If you want to know exactly what you can spend in one transaction, you have to tell the SDK whether you're interested in the unregistered or registered balances.

When actually creating the zero knowledge proof, the SDK infers which balance you're drawing from based on whether you give it a spending key or the account key.

Expand Down

0 comments on commit 54dd85e

Please sign in to comment.