[iOS][Wallet] fix wrong kZCashFeatureVariations enable value (#33665)

fix wrong kZCashFeatureVariations enable value
This commit is contained in:
Nuo Xu
2026-02-04 12:06:10 -05:00
committed by GitHub
parent 540ae3a8a0
commit 7a401e1105
+1 -1
View File
@@ -36,7 +36,7 @@ const flags_ui::FeatureEntry::FeatureParam
kZCashShieldedTransactionsDisabled[] = {
{"zcash_shielded_transactions_enabled", "false"}};
const flags_ui::FeatureEntry::FeatureParam kZCashShieldedTransactionsEnabled[] =
{{"zcash_shielded_transactions_enabled", "false"}};
{{"zcash_shielded_transactions_enabled", "true"}};
const flags_ui::FeatureEntry::FeatureVariation kZCashFeatureVariations[] = {
{"- Shielded support disabled", kZCashShieldedTransactionsDisabled,
std::size(kZCashShieldedTransactionsDisabled), nullptr},