We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d8e1f8d commit 7e6ee2fCopy full SHA for 7e6ee2f
host-program/run-proving.sh
@@ -8,7 +8,7 @@ program=$1
8
BASEDIR=$(cd $(dirname $0); pwd)
9
export ZKM_PROVER=${ZKM_PROVER-"local"}
10
#export ZKM_PROVER=network
11
-export RUST_LOG=${$RUST_LOG-info}
+export RUST_LOG=${RUST_LOG-info}
12
export SEG_SIZE=${SEG_SIZE-262144}
13
export ARGS="711e9609339e92b03ddc0a211827dba421f38f9ed8b9d806e1ffdd8c15ffa03d world!"
14
export JSON_PATH=${BASEDIR}/test-vectors/test.json
0 commit comments