rm onelined

This commit is contained in:
Matias Alejo Garcia 2015-06-18 11:17:35 -03:00
commit bcd7510ad7
3 changed files with 6 additions and 5 deletions

View file

@ -357,7 +357,8 @@ angular.module('copayApp.controllers').controller('indexController', function($r
tx.statusForUs = 'pending';
}
tx.couldRemove =!tx.deleteLockTime;
if (!tx.deleteLockTime)
tx.canBeRemoved = true;
if (tx.creatorId != self.copayerId) {
self.pendingTxProposalsCountForUs = self.pendingTxProposalsCountForUs + 1;