renaming files

This commit is contained in:
Jean-Baptiste Dominguez 2018-09-04 11:56:13 +09:00
commit cf1dc66b59
2 changed files with 0 additions and 27 deletions

View file

@ -26,27 +26,6 @@ angular.module('copayApp.controllers').controller('walletDetailsController', fun
};
var setPendingTxps = function(txps) {
/* Uncomment to test multiple outputs */
// var txp = {
// message: 'test multi-output',
// fee: 1000,
// createdOn: new Date() / 1000,
// outputs: [],
// wallet: $scope.wallet
// };
//
// function addOutput(n) {
// txp.outputs.push({
// amount: 600,
// toAddress: '2N8bhEwbKtMvR2jqMRcTCQqzHP6zXGToXcK',
// message: 'output #' + (Number(n) + 1)
// });
// };
// lodash.times(15, addOutput);
// txps.push(txp);
if (!txps) {
$scope.txps = [];
return;
@ -479,12 +458,6 @@ angular.module('copayApp.controllers').controller('walletDetailsController', fun
fromWalletId: $scope.wallet.id
});
// Go home first so that the Home tab works properly
/*$state.go('tabs.home').then(function () {
$ionicHistory.clearHistory();
$state.go('tabs.send');
});*/
};
$scope.goToReceive = function() {
$state.go('tabs.home', {