From 89e7a1073d37c2d027c40a0fa6f4cd982bf45234 Mon Sep 17 00:00:00 2001 From: Hsiao-Wei Wang Date: Tue, 10 May 2022 19:00:08 +0200 Subject: [PATCH] Add notes about invalid case to `epoch_processing` test format --- tests/formats/epoch_processing/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/formats/epoch_processing/README.md b/tests/formats/epoch_processing/README.md index 1032026a6..e0e6dc367 100644 --- a/tests/formats/epoch_processing/README.md +++ b/tests/formats/epoch_processing/README.md @@ -21,7 +21,7 @@ An SSZ-snappy encoded `BeaconState`, the state before running the epoch sub-tran ### `post.ssz_snappy` -An SSZ-snappy encoded `BeaconState`, the state after applying the epoch sub-transition. +An SSZ-snappy encoded `BeaconState`, the state after applying the epoch sub-transition. No value if the sub-transition processing is aborted. ## Condition