fixes and remove unused views

This commit is contained in:
Gabriel Bazán 2017-05-09 17:29:33 -03:00
commit ff5b662f39
8 changed files with 14 additions and 29 deletions

View file

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