Skip to content

Commit 5335e20

Browse files
authored
Pull testnet to staging (#1458)
2 parents 089be52 + d775b31 commit 5335e20

File tree

1 file changed

+1
-1
lines changed
  • scripts/test_files/gnark_groth16_bn254_infinite_script/cmd

1 file changed

+1
-1
lines changed

scripts/test_files/gnark_groth16_bn254_infinite_script/cmd/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import (
99

1010
func main() {
1111
x, err := strconv.Atoi(os.Args[1])
12-
outputDir := "../../scripts/test_files/gnark_groth16_bn254_infinite_script/infinite_proofs/"
12+
outputDir := "scripts/test_files/gnark_groth16_bn254_infinite_script/infinite_proofs/"
1313

1414
if len(os.Args) > 2 {
1515
outputDir = os.Args[2]

0 commit comments

Comments
 (0)