Skip to content

Commit

Permalink
fix snark path
Browse files Browse the repository at this point in the history
  • Loading branch information
syntrust committed Dec 8, 2023
1 parent a97433a commit 73f363a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ethstorage/miner/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,6 @@ var DefaultConfig = Config{
GasPrice: nil,
PriorityGasPrice: nil,
ZKeyFileName: "blob_poseidon.zkey",
ZKWorkingDir: filepath.Join("ethstorage", "prover"),
ZKWorkingDir: filepath.Join("build", "bin"),
ThreadsPerShard: uint64(2 * runtime.NumCPU()),
}

0 comments on commit 73f363a

Please sign in to comment.