Parse compact blocks to find wallet transactions
This commit is contained in:
@@ -8,6 +8,8 @@ edition = "2018"
|
||||
|
||||
[dependencies]
|
||||
bech32 = "0.7"
|
||||
ff = { path = "../ff" }
|
||||
hex = "0.3"
|
||||
pairing = { path = "../pairing" }
|
||||
protobuf = "2"
|
||||
zcash_primitives = { path = "../zcash_primitives" }
|
||||
@@ -17,4 +19,5 @@ protobuf-codegen-pure = "2"
|
||||
|
||||
[dev-dependencies]
|
||||
rand_core = "0.5"
|
||||
rand_os = "0.2"
|
||||
rand_xorshift = "0.2"
|
||||
|
||||
Reference in New Issue
Block a user