Updates Glidera status when newBlock

This commit is contained in:
Gustavo Maximiliano Cortez 2015-10-05 15:21:44 -03:00
commit 13b509ac4d
No known key found for this signature in database
GPG key ID: 15EDAD8D9F2EB1AF

View file

@ -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,