Fix compile error, minor nits

This commit is contained in:
Paul Hauner
2019-11-24 12:39:41 +11:00
parent 24dc9482a9
commit 6bf73e2b55
4 changed files with 2 additions and 4 deletions

View File

@@ -9,6 +9,5 @@ web3 = "0.8.0"
tokio = "0.1.17"
futures = "0.1.25"
types = { path = "../../eth2/types"}
eth2_ssz = { path = "../../eth2/utils/ssz"}
serde_json = "1.0"
deposit_contract = { path = "../../eth2/utils/deposit_contract"}