Fix ssz path

This commit is contained in:
Hsiao-Wei Wang 2019-05-28 12:37:41 +08:00
parent 5e28adf556
commit 00ffaf4d71
No known key found for this signature in database
GPG Key ID: 95B070122902DEA4
3 changed files with 3 additions and 3 deletions

View File

@ -5,7 +5,7 @@ from eth_utils import (
from gen_base import gen_suite, gen_typing
from preset_loader import loader
from eth2spec.debug.encode import encode
from eth2spec.utils.minimal_ssz import signing_root
from eth2spec.utils.ssz.ssz_impl import signing_root
from eth2spec.utils.merkle_minimal import get_merkle_root, calc_merkle_tree_from_leaves, get_merkle_proof
from typing import List, Tuple

View File

@ -3,7 +3,7 @@ from copy import deepcopy
from py_ecc import bls
import eth2spec.phase0.spec as spec
from eth2spec.utils.minimal_ssz import signing_root
from eth2spec.utils.ssz.ssz_impl import signing_root
from eth2spec.phase0.spec import (
# constants
ZERO_HASH,

View File

@ -5,7 +5,7 @@ import pytest
from py_ecc import bls
import eth2spec.phase0.spec as spec
from eth2spec.utils.minimal_ssz import signing_root
from eth2spec.utils.ssz.ssz_impl import signing_root
from eth2spec.phase0.spec import (
# constants
ZERO_HASH,