mirror of
https://github.com/ethereum/consensus-specs.git
synced 2026-02-02 23:15:21 -05:00
remove unused spec-helper from spec builder
This commit is contained in:
@@ -61,10 +61,6 @@ from eth2spec.utils.hash_function import hash
|
||||
Deltas = list
|
||||
'''
|
||||
SUNDRY_FUNCTIONS = '''
|
||||
def get_ssz_type_by_name(name: str) -> Container:
|
||||
return globals()[name]
|
||||
|
||||
|
||||
# Monkey patch hash cache
|
||||
_hash = hash
|
||||
hash_cache: Dict[bytes, Hash] = {}
|
||||
|
||||
Reference in New Issue
Block a user