Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Config: Remove CheckPairCurrensistency per asset random pair enabling
If all pairs aren't available, previously we'd call StorePairs and that would leave the assetType enabled, but with nothing in pairs enabled, so we'd turn one on randomly. Now StorePairs will always disable assetTypes which have no enabled pairs, so we'd always skip the end of this per-asset check. This does not prevent the overall "At least one pair for one asset must be turned on" logic that happens later, though I don't agree with that either, I'm not being forced to fix it right now. Baby steps.
- Loading branch information