Merge pull request #1104 from nerdcash/dropMainNetFeature

Drop unused `mainnet` feature
This commit is contained in:
Kris Nuttycombe 2024-01-08 10:05:02 -07:00 committed by GitHub
commit b399599bd4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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"]