Skip to content

Commit f87071d

Browse files
fix: read the verification files from the right files
1 parent b293c91 commit f87071d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

alerts/sender_with_alert.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ verified=1
210210

211211
## Verify Proofs
212212
echo "Verifying $REPETITIONS proofs $x != 0"
213-
for proof in ./aligned_verification_data/*.cbor; do
213+
for proof in ./aligned_verification_data_$x/*.cbor; do
214214
## Validate Proof on Chain
215215
verification=$(aligned verify-proof-onchain \
216216
--aligned-verification-data $proof \

0 commit comments

Comments
 (0)