Add mainnet support to zcash_client_sqlite via a feature flag

This commit is contained in:
Jack Grigg
2019-04-08 12:24:49 +01:00
parent 2419c6648c
commit 98db781931
6 changed files with 33 additions and 20 deletions

View File

@@ -21,3 +21,6 @@ rand_core = "0.5"
rand_os = "0.2"
tempfile = "3"
zcash_proofs = { path = "../zcash_proofs" }
[features]
mainnet = []