From cbbbbc0796a62a4d0d4c3007574c5519f9932eb0 Mon Sep 17 00:00:00 2001 From: julian Date: Fri, 10 Mar 2023 16:47:12 -0600 Subject: [PATCH] use enableExchange flag --- lib/utilities/constants.dart | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/lib/utilities/constants.dart b/lib/utilities/constants.dart index 2d600b69f..c0c268c5a 100644 --- a/lib/utilities/constants.dart +++ b/lib/utilities/constants.dart @@ -21,8 +21,9 @@ abstract class Constants { } static bool enableExchange = Util.isDesktop || !Platform.isIOS; - static bool enableBuy = - true; // true for development, TODO change to "Util.isDesktop || !Platform.isIOS;" as above or even just = enableExchange + // just use enable exchange flag + // static bool enableBuy = enableExchange; + // // true; // true for development, TODO change to "Util.isDesktop || !Platform.isIOS;" as above or even just = enableExchange //TODO: correct for monero? static const int _satsPerCoinMonero = 1000000000000;