rm SpendUnconfirmedUpdated event

This commit is contained in:
Matias Alejo Garcia 2016-08-22 15:16:00 -03:00
commit 5da6ba6356
No known key found for this signature in database
GPG key ID: 02470DB551277AB3
2 changed files with 0 additions and 2 deletions

View file

@ -49,7 +49,6 @@ angular.module('copayApp.controllers').controller('preferencesGlobalController',
}
};
configService.set(opts, function(err) {
$rootScope.$emit('Local/SpendUnconfirmedUpdated', $scope.spendUnconfirmed);
if (err) $log.debug(err);
});
};

View file

@ -64,7 +64,6 @@ angular.module('copayApp.controllers').controller('tabSettingsController', funct
}
};
configService.set(opts, function(err) {
$rootScope.$emit('Local/SpendUnconfirmedUpdated', $scope.spendUnconfirmed);
if (err) $log.debug(err);
});
};