`SpecLightclient` -> `SpecAltair`

This commit is contained in:
Hsiao-Wei Wang 2021-03-15 23:53:13 +08:00
parent 78211a3649
commit d590eebd36
No known key found for this signature in database
GPG Key ID: 1111A8A81778319E
1 changed files with 2 additions and 2 deletions

View File

@ -58,7 +58,7 @@ class SpecPhase1(Spec):
...
class SpecLightclient(Spec):
class SpecAltair(Spec):
...
@ -66,7 +66,7 @@ class SpecLightclient(Spec):
class SpecForks(TypedDict, total=False):
PHASE0: SpecPhase0
PHASE1: SpecPhase1
ALTAIR: SpecLightclient
ALTAIR: SpecAltair
def _prepare_state(balances_fn: Callable[[Any], Sequence[int]], threshold_fn: Callable[[Any], int],