Force glidera to livenet

This commit is contained in:
Gustavo Maximiliano Cortez 2015-10-05 12:54:38 -03:00
parent 20bb8680be
commit 25721a3387
No known key found for this signature in database
GPG Key ID: 15EDAD8D9F2EB1AF
1 changed files with 1 additions and 0 deletions

View File

@ -842,6 +842,7 @@ angular.module('copayApp.controllers').controller('indexController', function($r
// self.glideraTestnet = configService.getSync().glidera.testnet;
// var network = self.glideraTestnet ? 'testnet' : 'livenet';
// Disabled for testnet
self.glideraTestnet = false;
var network = 'livenet';
self.glideraToken = null;