Write eth1 data file as hex string

This commit is contained in:
Paul Hauner
2019-11-18 21:55:23 +11:00
parent 1e67663c0c
commit ad5fed74cb
2 changed files with 10 additions and 2 deletions

View File

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