Skip to content

Commit

Permalink
Updated example code
Browse files Browse the repository at this point in the history
  • Loading branch information
fegge committed Mar 17, 2023
1 parent cd8c093 commit 32c0d7d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -824,8 +824,8 @@ For example, consider the following circuit that computes a user’s new balance
```jsx
template getNewBalance() {
signal currentBalance;
signal withdrawAmount;
signal input currentBalance;
signal input withdrawAmount;
signal output newBalance;

newBalance <== currentBalance - withdrawAmount;
Expand Down

0 comments on commit 32c0d7d

Please sign in to comment.