commit
e1f36227b1
1 changed files with 2 additions and 2 deletions
|
|
@ -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',
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue