Removes duplication of macros in types.

This commit is contained in:
Age Manning
2019-02-15 13:29:09 +11:00
parent 91ba26a351
commit 2cab2952a8
5 changed files with 271 additions and 528 deletions

View File

@@ -14,3 +14,5 @@ byteorder = "1.3.1"
[dev-dependencies]
yaml-rust = "0.4.2"
bls = { path = "../utils/bls" }
slot_clock = { path = "../utils/slot_clock" }
beacon_chain = { path = "../../beacon_node/beacon_chain" }