use enableExchange flag

This commit is contained in:
julian 2023-03-10 16:47:12 -06:00
parent 68d78ccd7c
commit cbbbbc0796

View file

@ -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;