Skip to content

Commit

Permalink
hide QR error while fetching paypro
Browse files Browse the repository at this point in the history
  • Loading branch information
matiu committed Sep 18, 2015
1 parent ce3a532 commit afda9c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/js/controllers/walletHome.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ angular.module('copayApp.controllers').controller('walletHomeController', functi
$rootScope.$emit('Local/SetTab', 'send');

var form = $scope.sendForm;
if (form.address.$invalid) {
if (form.address.$invalid && !self.blockUx) {
self.resetForm();
self.error = gettext('Could not recognize a valid Bitcoin QR Code');
}
Expand Down

0 comments on commit afda9c1

Please sign in to comment.