From 5f031985422e916c08a7eaa9b344562dfa8d4b18 Mon Sep 17 00:00:00 2001 From: Pedro Pablo Aste Kompen Date: Fri, 6 Nov 2020 12:41:01 -0300 Subject: [PATCH] Add SWAPS.ACTIVE flag --- app/core/AppConstants.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/core/AppConstants.js b/app/core/AppConstants.js index 45067a79c82..3748d342738 100644 --- a/app/core/AppConstants.js +++ b/app/core/AppConstants.js @@ -51,6 +51,6 @@ export default { ORIGIN_QR_CODE: 'qr-code' }, SWAPS: { - ACTIVE: false + ACTIVE: true } };