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

@@ -6,6 +6,7 @@ edition = "2018"
[dependencies]
hashing = { path = "../utils/hashing" }
int_to_bytes = { path = "../utils/int_to_bytes" }
integer-sqrt = "0.1"
log = "0.4"
ssz = { path = "../utils/ssz" }