Merge pull request #1270 from isocolsky/fix/remove_spent
Removed proposals with spent inputs
This commit is contained in:
commit
db3ca4ceef
6 changed files with 144 additions and 0 deletions
|
|
@ -165,6 +165,8 @@ angular.module('copayApp.services')
|
|||
if (!w) return root.onErrorDigest();
|
||||
if (!w.isReady()) return;
|
||||
|
||||
w.removeTxWithSpentInputs();
|
||||
|
||||
$rootScope.balanceByAddr = {};
|
||||
$rootScope.updatingBalance = true;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue