handles new deletion rules
This commit is contained in:
parent
26a818dab2
commit
e95956e5a8
2 changed files with 2 additions and 4 deletions
|
|
@ -357,9 +357,7 @@ angular.module('copayApp.controllers').controller('indexController', function($r
|
|||
tx.statusForUs = 'pending';
|
||||
}
|
||||
|
||||
if (tx.creatorId == self.copayerId && tx.actions.length == 1) {
|
||||
tx.couldRemove = true;
|
||||
};
|
||||
tx.couldRemove =!tx.deleteLockTime;
|
||||
|
||||
if (tx.creatorId != self.copayerId) {
|
||||
self.pendingTxProposalsCountForUs = self.pendingTxProposalsCountForUs + 1;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue