Updates native currency
This commit is contained in:
parent
8d1d59cb3b
commit
e9877234f6
1 changed files with 1 additions and 2 deletions
|
|
@ -106,9 +106,8 @@ angular.module('copayApp.services').factory('coinbaseService', function($http, $
|
|||
|
||||
root.getAvailableCurrency = function() {
|
||||
var config = configService.getSync().wallet.settings;
|
||||
// ONLY "USD" and "EUR"
|
||||
// ONLY "USD"
|
||||
switch(config.alternativeIsoCode) {
|
||||
case 'EUR' : return 'EUR';
|
||||
default : return 'USD'
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue