Updates glidera even though isShared
This commit is contained in:
parent
3e8a3976eb
commit
2a204ed88d
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue