Merge pull request #1190 from terencechain/patch-81
Typo on Slots Test Formats
This commit is contained in:
commit
5fc6649b33
|
@ -8,7 +8,7 @@ Sanity tests to cover a series of one or more empty-slot transitions being proce
|
||||||
description: string -- description of test case, purely for debugging purposes
|
description: string -- description of test case, purely for debugging purposes
|
||||||
bls_setting: int -- see general test-format spec.
|
bls_setting: int -- see general test-format spec.
|
||||||
pre: BeaconState -- state before running through the transitions.
|
pre: BeaconState -- state before running through the transitions.
|
||||||
slots: N -- amount of slots to process, N being a positive numer.
|
slots: N -- amount of slots to process, N being a positive number.
|
||||||
post: BeaconState -- state after applying all the transitions.
|
post: BeaconState -- state after applying all the transitions.
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue