Remove unused zcash_address dependency.

This commit is contained in:
Kris Nuttycombe 2022-01-27 09:10:45 -07:00
parent a1e693d15f
commit 544c4ed6bb
1 changed files with 0 additions and 1 deletions

View File

@ -23,7 +23,6 @@ rand_core = "0.6"
rusqlite = { version = "0.24", features = ["bundled", "time"] }
secp256k1 = { version = "0.20" }
time = "0.2"
zcash_address = { version = "0.0", path = "../components/zcash_address"}
zcash_client_backend = { version = "0.5", path = "../zcash_client_backend" }
zcash_primitives = { version = "0.5", path = "../zcash_primitives" }