fix settings

This commit is contained in:
Gabriel Bazán 2016-10-21 11:47:32 -03:00
commit 680179356d

View file

@ -24,8 +24,8 @@ angular.module('copayApp.services').factory('configService', function(storageSer
idleDurationMin: 4, idleDurationMin: 4,
settings: { settings: {
unitName: 'BTC', unitName: 'BTC',
unitToSatoshi: 100, unitToSatoshi: 100000000,
unitDecimals: 2, unitDecimals: 8,
unitCode: 'btc', unitCode: 'btc',
alternativeName: 'US Dollar', alternativeName: 'US Dollar',
alternativeIsoCode: 'USD', alternativeIsoCode: 'USD',