mirror of
https://github.com/status-im/eth2.0-specs.git
synced 2025-01-20 07:29:02 +00:00
SpecLightclient
-> SpecAltair
This commit is contained in:
parent
78211a3649
commit
d590eebd36
@ -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],
|
||||
|
Loading…
x
Reference in New Issue
Block a user