mirror of
https://github.com/ethereum/consensus-specs.git
synced 2026-02-02 09:35:00 -05:00
fix path
This commit is contained in:
@@ -1,6 +1,3 @@
|
||||
from hashlib import (
|
||||
sha256,
|
||||
)
|
||||
from random import (
|
||||
randint,
|
||||
)
|
||||
@@ -18,8 +15,7 @@ from eth2spec.phase0.spec import (
|
||||
DepositData,
|
||||
)
|
||||
from eth2spec.utils.hash_function import hash
|
||||
from eth2spec.utils.minimal_ssz import (
|
||||
SSZType,
|
||||
from eth2spec.utils.ssz.ssz_impl import (
|
||||
hash_tree_root,
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user