Add checksum verification for deposit contract (#1330)

This commit is contained in:
Paul Hauner
2020-07-06 11:56:44 +10:00
committed by GitHub
parent 25cd91ce26
commit 2856f5122d
3 changed files with 42 additions and 0 deletions

View File

@@ -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"}