Merge pull request #5996 from cmgustavo/bug/addresses-receive-tab

Fix addresses view. Also show adddress cached if error occurs
This commit is contained in:
Gabriel Edgardo Bazán 2017-05-15 14:57:00 -03:00 committed by GitHub
commit d22cea024c
3 changed files with 11 additions and 7 deletions

View file

@ -21,7 +21,7 @@ angular.module('copayApp.controllers').controller('tabReceiveController', functi
if (err) {
//Error is already formated
return popupService.showAlert(err);
popupService.showAlert(err);
}
$scope.addr = addr;