Merge pull request #4268 from ethereum/yann300-patch-51

fix hashchecker issue
pull/4265/head
yann300 1 year ago committed by GitHub
commit 6c4b8e6de8
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