zcash_client_sqlite: Support sending to t-addrs

This commit is contained in:
Jack Grigg
2019-05-24 15:59:18 +01:00
parent 1c60a79ec1
commit 1cbeac9d59
6 changed files with 92 additions and 12 deletions

1
Cargo.lock generated
View File

@@ -676,6 +676,7 @@ name = "zcash_client_sqlite"
version = "0.0.0"
dependencies = [
"bech32 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)",
"bs58 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)",
"ff 0.4.0",
"pairing 0.14.2",
"protobuf 2.8.0 (registry+https://github.com/rust-lang/crates.io-index)",