Move ValidatorDirectory into validator_client

This commit is contained in:
Paul Hauner
2019-11-19 11:01:49 +11:00
parent 93afdac904
commit c5071afdbc
6 changed files with 11 additions and 4 deletions

View File

@@ -21,3 +21,4 @@ libc = "0.2.65"
eth2_ssz = { path = "../eth2/utils/ssz" }
eth2_ssz_derive = { path = "../eth2/utils/ssz_derive" }
hex = "0.4"
validator_client = { path = "../validator_client" }