Replace ssz_encode with int_to_bytes32

Only in the relevant places I can think of.. I might have missed some.
This commit is contained in:
Paul Hauner
2019-02-15 12:21:19 +11:00
parent fc04286ae6
commit 210ec89b0b
4 changed files with 9 additions and 6 deletions

View File

@@ -5,6 +5,7 @@ authors = ["Paul Hauner <paul@paulhauner.com>"]
edition = "2018"
[dependencies]
slot_clock = { path = "../../eth2/utils/slot_clock" }
ssz = { path = "../../eth2/utils/ssz" }
types = { path = "../../eth2/types" }
int_to_bytes = { path = "../utils/int_to_bytes" }
slot_clock = { path = "../utils/slot_clock" }
ssz = { path = "../utils/ssz" }
types = { path = "../types" }