Skip to content

Commit 34566b1

Browse files
committed
fix: print verification message on docker
1 parent 6f4a2b0 commit 34566b1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Makefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1046,6 +1046,8 @@ docker_verify_proof_submission_success:
10461046
verification=$$(aligned verify-proof-onchain \
10471047
--aligned-verification-data $${proof} \
10481048
--rpc_url $$(echo $(DOCKER_RPC_URL)) 2>&1); \
1049+
cat $${proof%.cbor}.json; \
1050+
echo "$$verification"; \
10491051
if echo "$$verification" | grep -q not; then \
10501052
echo "ERROR: Proof verification failed for $${proof}"; \
10511053
exit 1; \

0 commit comments

Comments
 (0)