diff --git a/src/js/controllers/tab-receive.js b/src/js/controllers/tab-receive.js index f9888ca35..263acb950 100644 --- a/src/js/controllers/tab-receive.js +++ b/src/js/controllers/tab-receive.js @@ -387,6 +387,10 @@ angular.module('copayApp.controllers').controller('tabReceiveController', functi console.log('totalBalanceSat: ' + totalBalanceSat + ', changed: ' + balanceChanged); if (balanceChanged) { $scope.wallet.status = status; + $scope.wallets = profileService.getWallets(); + $timeout(function () { + $scope.$apply(); + }, 10); $interval.cancel(balanceChecker); } }