From 5f1adbde21d89e39985314aef358e23c3c3617d0 Mon Sep 17 00:00:00 2001 From: Vladimir Volek Date: Wed, 22 May 2019 15:01:37 +0200 Subject: [PATCH] turn off transaction to be able merge --- public/data/appConfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/data/appConfig.json b/public/data/appConfig.json index 60721342..7f23c006 100644 --- a/public/data/appConfig.json +++ b/public/data/appConfig.json @@ -149,7 +149,7 @@ "url": "https://api.coingecko.com/api/v3/coins/ripple" } ], - "transactions": true, + "transactions": false, "supportedBrowsers": { "chrome": { "version": 59,