Skip to content

Commit

Permalink
Update from TESTNET to TESTFLIGHT
Browse files Browse the repository at this point in the history
  • Loading branch information
ruixhuang committed May 18, 2024
1 parent d580dbe commit 4fa08dc
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -169,9 +169,9 @@ class AbacusStateManager @Inject constructor(
} else {
val appDeployment = application.getString(R.string.app_deployment)
deployment = if (appDeployment == "MAINNET" && DebugEnabled.enabled(preferencesStore)) {
// Force to TESTNET if user has enabled debug mode, so that both MAINNET and TESTNET can be
// Force to TESTFLIGHT if user has enabled debug mode, so that both MAINNET and TESTNET can be
// switched from Settings
"TESTNET"
"TESTFLIGHT"
} else {
appDeployment
}
Expand Down

0 comments on commit 4fa08dc

Please sign in to comment.