Refactor sync committee helpers

This commit is contained in:
Alex Stokes 2021-01-07 10:42:21 -08:00
parent 7e82b54131
commit 049075b44a
3 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@ from eth2spec.test.helpers.block import (
from eth2spec.test.helpers.state import (
state_transition_and_sign_block,
)
from eth2spec.test.lightclient_patch.helpers import (
from eth2spec.test.helpers.sync_committee import (
compute_aggregate_sync_committee_signature,
)
from eth2spec.test.context import (

View File

@ -6,7 +6,7 @@ from eth2spec.test.helpers.state import (
from eth2spec.test.helpers.block import (
build_empty_block_for_next_slot,
)
from eth2spec.test.lightclient_patch.helpers import (
from eth2spec.test.helpers.sync_committee import (
compute_aggregate_sync_committee_signature,
)
from eth2spec.test.context import (