diff --git a/src/js/controllers/index.js b/src/js/controllers/index.js index bbe769dfb..245b5ba82 100644 --- a/src/js/controllers/index.js +++ b/src/js/controllers/index.js @@ -1064,6 +1064,11 @@ angular.module('copayApp.controllers').controller('indexController', function($r $rootScope.$on('NewBlock', function() { + if (self.glideraEnabled) { + $timeout(function() { + self.updateGlidera(); + }); + } if (self.pendingAmount) { self.updateAll({ walletStatus: null,