Merge pull request #633 from gabrielbazan7/fix/defaultBTC

fix settings
This commit is contained in:
Matias Alejo Garcia 2016-10-21 11:51:58 -03:00 committed by GitHub
commit e1f36227b1
1 changed files with 2 additions and 2 deletions

View File

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