fix path
This commit is contained in:
parent
b78f5b2cc9
commit
cf23a252b4
|
@ -1,6 +1,3 @@
|
||||||
from hashlib import (
|
|
||||||
sha256,
|
|
||||||
)
|
|
||||||
from random import (
|
from random import (
|
||||||
randint,
|
randint,
|
||||||
)
|
)
|
||||||
|
@ -18,8 +15,7 @@ from eth2spec.phase0.spec import (
|
||||||
DepositData,
|
DepositData,
|
||||||
)
|
)
|
||||||
from eth2spec.utils.hash_function import hash
|
from eth2spec.utils.hash_function import hash
|
||||||
from eth2spec.utils.minimal_ssz import (
|
from eth2spec.utils.ssz.ssz_impl import (
|
||||||
SSZType,
|
|
||||||
hash_tree_root,
|
hash_tree_root,
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue