change network to production

This commit is contained in:
Gabriel Bazán 2016-12-05 11:57:13 -03:00
commit a08f4d32cd

View file

@ -16,7 +16,7 @@ angular.module('copayApp.services').factory('glideraService', function($http, $l
* Development: 'testnet' * Development: 'testnet'
* Production: 'livenet' * Production: 'livenet'
*/ */
credentials.NETWORK = 'testnet'; credentials.NETWORK = 'livenet';
if (credentials.NETWORK == 'testnet') { if (credentials.NETWORK == 'testnet') {
credentials.HOST = glidera.sandbox.host; credentials.HOST = glidera.sandbox.host;