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:
Andrew Arnott 2024-01-08 06:32:21 -07:00
parent 2d5bf5d8d9
commit 52a91a0ee7
No known key found for this signature in database
GPG Key ID: 251505B99C25745D
1 changed files with 0 additions and 4 deletions

View File

@ -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"]