Skip to content

Commit

Permalink
style(withdraw): rename signal variable
Browse files Browse the repository at this point in the history
  • Loading branch information
curryrasul authored Jul 6, 2023
1 parent cee2941 commit 17f0fed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions circuits/withdraw.circom
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ template Withdraw() {
signal output identityCommitment <== Poseidon(1)([identitySecret]);

// Dummy constraint to prevent compiler optimizing it
signal addressHashed <== address * address;
signal addressSquared <== address * address;
}

component main { public [address] } = Withdraw();
component main { public [address] } = Withdraw();

0 comments on commit 17f0fed

Please sign in to comment.