Drop unused `mainnet` feature
Nothing seems to have depended on it, and my testing suggests the same build of this crate can work on both networks.
This commit is contained in:
parent
2d5bf5d8d9
commit
52a91a0ee7
|
@ -80,10 +80,6 @@ default = ["multicore"]
|
|||
## Enables multithreading support for creating proofs and building subtrees.
|
||||
multicore = ["maybe-rayon/threads", "zcash_primitives/multicore"]
|
||||
|
||||
## Configures the light client for use with the Zcash mainnet. By default, the light
|
||||
## client is configured for use with the Zcash testnet.
|
||||
mainnet = []
|
||||
|
||||
## Enables support for storing data related to the sending and receiving of
|
||||
## Orchard funds.
|
||||
orchard = ["zcash_client_backend/orchard"]
|
||||
|
|
Loading…
Reference in New Issue