fixed test seed data
This commit is contained in:
parent
bd0ddf5c8c
commit
ec2c45ac2e
3 changed files with 4 additions and 2 deletions
|
|
@ -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');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue