Merge pull request #2898 from matiu/feat/handle-txp-delete
Feat/handle txp delete
This commit is contained in:
commit
d10057c745
3 changed files with 9 additions and 8 deletions
|
|
@ -365,9 +365,8 @@ angular.module('copayApp.controllers').controller('indexController', function($r
|
|||
tx.statusForUs = 'pending';
|
||||
}
|
||||
|
||||
if (tx.creatorId == self.copayerId && tx.actions.length == 1) {
|
||||
tx.couldRemove = true;
|
||||
};
|
||||
if (!tx.deleteLockTime)
|
||||
tx.canBeRemoved = true;
|
||||
|
||||
if (tx.creatorId != self.copayerId) {
|
||||
self.pendingTxProposalsCountForUs = self.pendingTxProposalsCountForUs + 1;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue