fixed test seed data

This commit is contained in:
Ivan Socolsky 2014-12-04 12:32:06 -03:00
commit ec2c45ac2e
3 changed files with 4 additions and 2 deletions

View file

@ -125,7 +125,6 @@ angular.module('copayApp.controllers').controller('JoinController',
privateHex: $scope.private,
}, function(err) {
$scope.loading = false;
console.log(err);
if (err) {
if (err === 'joinError')
notification.error('Fatal error connecting to Insight server');