Fix messages in txp modal
This commit is contained in:
parent
8d2ec0bd7c
commit
3a4df0c6c9
2 changed files with 9 additions and 10 deletions
|
|
@ -187,7 +187,7 @@ angular.module('copayApp.controllers').controller('walletHomeController', functi
|
|||
fc.getTx($scope.tx.id, function(err, tx) {
|
||||
if (err) {
|
||||
|
||||
if (err.code && err.code == 'BADREQUEST' &&
|
||||
if (err.code && err.code == 'TX_NOT_FOUND' &&
|
||||
(eventName == 'transactionProposalRemoved' || eventName == 'TxProposalRemoved')) {
|
||||
$scope.tx.removed = true;
|
||||
$scope.tx.canBeRemoved = false;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue