This commit is contained in:
Justin Drake 2019-04-18 18:53:59 +10:00
commit 2e09f1a4a4
1 changed files with 1 additions and 1 deletions

View File

@ -27,6 +27,7 @@ from eth2spec.phase0.spec import (
get_active_validator_indices,
get_attesting_indices,
get_block_root,
get_crosslink_committees_at_slot,
get_current_epoch,
get_domain,
get_empty_block,
@ -34,7 +35,6 @@ from eth2spec.phase0.spec import (
get_genesis_beacon_state,
get_previous_epoch,
get_shard_delta,
get_crosslink_committees_at_slot,
hash_tree_root,
slot_to_epoch,
verify_merkle_branch,