This commit is contained in:
JDonadio 2017-01-23 10:32:21 -03:00
commit 65d35a827a
2 changed files with 2 additions and 10 deletions

View file

@ -24,9 +24,6 @@ angular.module('copayApp.controllers').controller('advancedSettingsController',
$scope.recentTransactionsEnabled = {
value: config.recentTransactions.enabled
};
// $scope.frequentlyUsedEnabled = {
// value: config.frequentlyUsed.enabled
// };
};
$scope.spendUnconfirmedChange = function() {