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:
@@ -49,6 +49,7 @@ class CurrencyModel extends Base
|
|||||||
'ARS' => t('ARS - Argentine Peso'),
|
'ARS' => t('ARS - Argentine Peso'),
|
||||||
'COP' => t('COP - Colombian Peso'),
|
'COP' => t('COP - Colombian Peso'),
|
||||||
'BRL' => t('BRL - Brazilian Real'),
|
'BRL' => t('BRL - Brazilian Real'),
|
||||||
|
'XBT' => t('XBT - bitcoin'),
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user