From 68b00004d20c565dc65fb38f47c147c231907330 Mon Sep 17 00:00:00 2001 From: mildis Date: Thu, 6 Jun 2019 15:54:42 +0200 Subject: add bitcoin to the currency list bitcoin is referenced using its financial symbol XBT description is with a lowercase b because its about the unit, not the trading system --- app/Model/CurrencyModel.php | 1 + 1 file changed, 1 insertion(+) (limited to 'app') diff --git a/app/Model/CurrencyModel.php b/app/Model/CurrencyModel.php index 6f009f61..4d77f052 100644 --- a/app/Model/CurrencyModel.php +++ b/app/Model/CurrencyModel.php @@ -49,6 +49,7 @@ class CurrencyModel extends Base 'ARS' => t('ARS - Argentine Peso'), 'COP' => t('COP - Colombian Peso'), 'BRL' => t('BRL - Brazilian Real'), + 'XBT' => t('XBT - bitcoin'), ); } -- cgit v1.2.3