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
This commit is contained in:
parent
9eb42aae33
commit
68b00004d2
|
|
@ -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'),
|
||||
);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue