use coin-ckeckpoint.json

This commit is contained in:
Cryptoforge
2020-09-11 10:28:20 -07:00
parent 8f36d2c2ad
commit d9a5e89fbd
5 changed files with 340 additions and 39 deletions

View File

@@ -40,6 +40,11 @@ tokio-rustls = { version = "0.13.0" }
webpki = "0.21.0"
webpki-roots = "0.18.0"
serde = "1.0"
serde_json = "1.0"
serde_derive = "1.0"
reqwest = { version = "0.10.8", features = ["blocking", "json"] }
[dependencies.bellman]
git = "https://github.com/zerocurrencycoin/librustzcash.git"
rev = "0883d7f3fc26b4f615b049151e43c112c8c7b920"