From 52a91a0ee71f5a0e4dbd3630f6b52b0f44804916 Mon Sep 17 00:00:00 2001 From: Andrew Arnott Date: Mon, 8 Jan 2024 06:32:21 -0700 Subject: [PATCH] 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. --- zcash_client_sqlite/Cargo.toml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/zcash_client_sqlite/Cargo.toml b/zcash_client_sqlite/Cargo.toml index 17ee481e0..5b09d56ab 100644 --- a/zcash_client_sqlite/Cargo.toml +++ b/zcash_client_sqlite/Cargo.toml @@ -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"]