electrum

Electrum Bitcoin wallet
git clone https://git.parazyd.org/electrum
Log | Files | Refs | Submodules

commit 30a7952cbb2e1c59c5eabaaee64d8a4e15a1b0cb
parent 5d462f9555198770e6ef9eba126c1574662d7431
Author: Randy Brito <rdy@aol.es>
Date:   Thu, 12 Jul 2018 17:27:28 -0400

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.
Diffstat:
Mlib/currencies.json | 9+++++++--
1 file changed, 7 insertions(+), 2 deletions(-)

diff --git 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 +}