Glidera testnet = false
This commit is contained in:
parent
08af65c6a4
commit
75421c2735
1 changed files with 1 additions and 1 deletions
|
|
@ -94,7 +94,7 @@ angular.module('copayApp.services').factory('configService', function(storageSer
|
||||||
|
|
||||||
// Glidera
|
// Glidera
|
||||||
// Disabled for testnet
|
// Disabled for testnet
|
||||||
configCache.glidera.testnet = true;
|
configCache.glidera.testnet = false;
|
||||||
|
|
||||||
$log.debug('Preferences read:', configCache)
|
$log.debug('Preferences read:', configCache)
|
||||||
return cb(err, configCache);
|
return cb(err, configCache);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue