fix hashchecker issue

pull/4268/head
yann300 12 months ago committed by GitHub
parent 7972196889
commit 1695e00fda
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      libs/remix-ws-templates/src/templates/hashchecker/circuits/calculate_hash.circom

@ -38,4 +38,4 @@ template HashChecker() {
}
component main {public [value1, value2, value3, value4]} = HashChecker();
component main {public [hash]} = HashChecker();

Loading…
Cancel
Save