Discovery and gossip bug fixes

This commit is contained in:
Age Manning
2019-04-18 15:26:30 +10:00
parent 25f37ad967
commit 75959cc9a2
4 changed files with 7 additions and 19 deletions

View File

@@ -19,7 +19,7 @@ slot_clock = { path = "../../eth2/utils/slot_clock" }
serde = "1.0"
serde_derive = "1.0"
error-chain = "0.12.0"
slog = { version = "^2.2.3" , features = ["max_level_trace", "release_max_level_debug"] }
slog = "^2.2.3"
slog-term = "^2.4.0"
slog-async = "^2.3.0"
ssz = { path = "../../eth2/utils/ssz" }