From 30a7952cbb2e1c59c5eabaaee64d8a4e15a1b0cb Mon Sep 17 00:00:00 2001 From: Randy Brito Date: Thu, 12 Jul 2018 17:27:28 -0400 Subject: [PATCH] Show fiat options from api.bitcoinvenezuela.com Adding the options to be able to select BitcoinVenezuela.com fiat exchange rates in the Preferences. Certificate validation has been fixed. --- lib/currencies.json | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/lib/currencies.json b/lib/currencies.json index af9978d68..f0fabafa9 100644 --- a/lib/currencies.json +++ b/lib/currencies.json @@ -341,6 +341,12 @@ "Bitcointoyou": [ "BRL" ], + "BitcoinVenezuela": [ + "ARS", + "EUR", + "USD", + "VEF" + ], "Bitmarket": [ "PLN" ], @@ -814,4 +820,4 @@ "USD" ], "itBit": [] -} \ No newline at end of file +}