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

View File

@@ -8,6 +8,7 @@ edition = "2018"
[dependencies]
bech32 = "0.7"
bs58 = { version = "0.2", features = ["check"] }
ff = { path = "../ff" }
pairing = { path = "../pairing" }
protobuf = "2"