Remove hashmap delay

This commit is contained in:
Age Manning
2020-05-06 14:13:23 +10:00
parent 9599f6adda
commit c363ffc236
10 changed files with 20 additions and 193 deletions

View File

@@ -13,7 +13,7 @@ tempdir = "0.3"
beacon_chain = { path = "../beacon_chain" }
store = { path = "../store" }
eth2-libp2p = { path = "../eth2-libp2p" }
hashmap_delay = { path = "../../eth2/utils/hashmap_delay" }
hashset_delay = { path = "../../eth2/utils/hashset_delay" }
rest_types = { path = "../../eth2/utils/rest_types" }
types = { path = "../../eth2/types" }
slot_clock = { path = "../../eth2/utils/slot_clock" }