fixes and remove unused views
This commit is contained in:
parent
8dfc2de01c
commit
ff5b662f39
8 changed files with 14 additions and 29 deletions
|
|
@ -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') {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue