mirror of
https://github.com/ethereum/consensus-specs.git
synced 2026-02-02 19:44:55 -05:00
In the end, get_merkle_root is back
This commit is contained in:
@@ -11,7 +11,8 @@ from typing import (
|
||||
)
|
||||
|
||||
|
||||
PHASE0_IMPORTS = '''from typing import (
|
||||
PHASE0_IMPORTS = '''from math import log2
|
||||
from typing import (
|
||||
Any, Callable, Dict, Set, Sequence, Tuple,
|
||||
)
|
||||
|
||||
@@ -36,7 +37,8 @@ from eth2spec.utils.bls import (
|
||||
|
||||
from eth2spec.utils.hash_function import hash
|
||||
'''
|
||||
PHASE1_IMPORTS = '''from typing import (
|
||||
PHASE1_IMPORTS = '''from math import log2
|
||||
from typing import (
|
||||
Any, Callable, Dict, Optional, Set, Sequence, MutableSequence, Tuple,
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user