remove unused spec-helper from spec builder
This commit is contained in:
parent
2d67717079
commit
4dcfee2d2c
|
@ -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] = {}
|
||||
|
|
Loading…
Reference in New Issue