glidera fixes

This commit is contained in:
Matias Alejo Garcia 2016-01-21 15:42:59 -03:00 committed by Gustavo Maximiliano Cortez
commit d35e4a93da
2 changed files with 5 additions and 5 deletions

View file

@ -94,7 +94,7 @@ angular.module('copayApp.services').factory('configService', function(storageSer
// Glidera
// Disabled for testnet
configCache.glidera.testnet = false;
configCache.glidera.testnet = true;
$log.debug('Preferences read:', configCache)
return cb(err, configCache);