fix(units): switch default unit to BTC

#451
This commit is contained in:
Jason Dreyzehner 2016-10-18 18:47:12 -04:00
commit 164a31631e

View file

@ -23,10 +23,10 @@ angular.module('copayApp.services').factory('configService', function(storageSer
reconnectDelay: 5000,
idleDurationMin: 4,
settings: {
unitName: 'bits',
unitName: 'BTC',
unitToSatoshi: 100,
unitDecimals: 2,
unitCode: 'bit',
unitCode: 'btc',
alternativeName: 'US Dollar',
alternativeIsoCode: 'USD',
}