We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b293c91 commit f87071dCopy full SHA for f87071d
alerts/sender_with_alert.sh
@@ -210,7 +210,7 @@ verified=1
210
211
## Verify Proofs
212
echo "Verifying $REPETITIONS proofs $x != 0"
213
-for proof in ./aligned_verification_data/*.cbor; do
+for proof in ./aligned_verification_data_$x/*.cbor; do
214
## Validate Proof on Chain
215
verification=$(aligned verify-proof-onchain \
216
--aligned-verification-data $proof \
0 commit comments