Added call from UX

This commit is contained in:
Ivan Socolsky 2014-09-03 11:27:58 -03:00
commit 55aa4e8f68
2 changed files with 6 additions and 3 deletions

View file

@ -166,6 +166,8 @@ angular.module('copayApp.services')
if (!w) return root.onErrorDigest();
if (!w.isReady()) return;
w.removeTxWithSpentInputs();
$rootScope.balanceByAddr = {};
$rootScope.updatingBalance = true;