mirror of
https://github.com/sigp/lighthouse.git
synced 2026-06-29 10:54:24 +00:00
Add checksum verification for deposit contract (#1330)
This commit is contained in:
@@ -9,6 +9,8 @@ build = "build.rs"
|
||||
[build-dependencies]
|
||||
reqwest = { version = "0.10.4", features = ["blocking", "json"] }
|
||||
serde_json = "1.0.52"
|
||||
sha2 = "0.9.1"
|
||||
hex = "0.4.2"
|
||||
|
||||
[dependencies]
|
||||
types = { path = "../../consensus/types"}
|
||||
|
||||
Reference in New Issue
Block a user