Updates glidera even though isShared

This commit is contained in:
Gustavo Maximiliano Cortez 2015-10-05 15:06:53 -03:00
parent 3e8a3976eb
commit 2a204ed88d
No known key found for this signature in database
GPG Key ID: 15EDAD8D9F2EB1AF
1 changed files with 1 additions and 1 deletions

View File

@ -853,7 +853,7 @@ angular.module('copayApp.controllers').controller('indexController', function($r
self.glideraTxs = null;
self.glideraStatus = null;
if (!self.glideraEnabled || self.isShared) return;
if (!self.glideraEnabled) return;
glideraService.setCredentials(network);