Fix - 247 - display -> priceDisplay

This commit is contained in:
Jean-Baptiste Dominguez 2018-04-27 15:35:36 +09:00
commit baad3a88f6

View file

@ -184,7 +184,7 @@ angular.module('copayApp.services').factory('configService', function(storageSer
// If display is not configure, take the default value
if (!configCache.wallet.settings.priceDisplay) {
configCache.wallet.settings.display = defaultConfig.wallet.settings.priceDisplay;
configCache.wallet.settings.priceDisplay = defaultConfig.wallet.settings.priceDisplay;
}
// Convert tarascash wallet to new style cash wallet