diff --git a/libs/remix-ws-templates/src/templates/hashchecker/circuits/calculate_hash.circom b/libs/remix-ws-templates/src/templates/hashchecker/circuits/calculate_hash.circom index edbd8aaea2..770b266798 100644 --- a/libs/remix-ws-templates/src/templates/hashchecker/circuits/calculate_hash.circom +++ b/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(); \ No newline at end of file +component main {public [hash]} = HashChecker();