initial transaction message in history page
This commit is contained in:
parent
fef5e23619
commit
d41fe8d5dd
2 changed files with 7 additions and 0 deletions
|
|
@ -762,6 +762,8 @@ angular.module('copayApp.controllers').controller('indexController', function($r
|
|||
$log.warn(ex);
|
||||
}
|
||||
|
||||
if (!localTxs) self.showWaitingSign = true;
|
||||
|
||||
return cb(null, self.removeSoftConfirmedTx(localTxs));
|
||||
});
|
||||
}
|
||||
|
|
@ -831,6 +833,7 @@ angular.module('copayApp.controllers').controller('indexController', function($r
|
|||
self.updateLocalTxHistory(function(err) {
|
||||
if (err) self.txHistoryError = true;
|
||||
self.updatingTxHistory = false;
|
||||
self.showWaitingSign = false;
|
||||
$rootScope.$apply();
|
||||
});
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue