removed comment
This commit is contained in:
parent
1c7c8c5839
commit
42c2b53953
1 changed files with 0 additions and 19 deletions
|
|
@ -60,23 +60,4 @@ angular.module('copayApp.controllers').controller('shapeshiftController', functi
|
|||
$scope.showToWalletSelector = function() {
|
||||
$scope.showToWallets = true;
|
||||
}
|
||||
|
||||
/*var setAddress = function(newAddr) {
|
||||
$scope.addr = null;
|
||||
if (!$scope.wallet || $scope.generatingAddress || !$scope.wallet.isComplete()) return;
|
||||
$scope.generatingAddress = true;
|
||||
walletService.getAddress($scope.wallet, newAddr, function(err, addr) {
|
||||
$scope.generatingAddress = false;
|
||||
|
||||
if (err) {
|
||||
//Error is already formated
|
||||
popupService.showAlert(err);
|
||||
}
|
||||
|
||||
$scope.addr = addr;
|
||||
$timeout(function() {
|
||||
$scope.$apply();
|
||||
}, 10);
|
||||
});
|
||||
};*/
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue