rm onelined
This commit is contained in:
parent
123250726e
commit
bcd7510ad7
3 changed files with 6 additions and 5 deletions
|
|
@ -150,7 +150,7 @@ angular.module('copayApp.controllers').controller('walletHomeController', functi
|
|||
if (err.code && err.code == 'BADREQUEST' &&
|
||||
(eventName == 'transactionProposalRemoved' || eventName == 'TxProposalRemoved')) {
|
||||
$scope.tx.removed = true;
|
||||
$scope.tx.couldRemove = false;
|
||||
$scope.tx.canBeRemoved = false;
|
||||
$scope.tx.pendingForUs = false;
|
||||
$scope.$apply();
|
||||
return;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue