Skip to content

Commit

Permalink
Fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
LeilaWang committed Aug 1, 2024
1 parent 45e68a8 commit e3fdcdf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -347,7 +347,7 @@ contract TokenWithRefunds {
fn cancel_authwit(inner_hash: Field) {
let on_behalf_of = context.msg_sender();
let nullifier = compute_authwit_nullifier(on_behalf_of, inner_hash);
context.push_nullifier(nullifier, 0);
context.push_nullifier(nullifier);
}
// docs:end:cancel_authwit

Expand Down

0 comments on commit e3fdcdf

Please sign in to comment.