renaming files
This commit is contained in:
parent
23659b0cd4
commit
cf1dc66b59
2 changed files with 0 additions and 27 deletions
|
|
@ -26,27 +26,6 @@ angular.module('copayApp.controllers').controller('walletDetailsController', fun
|
||||||
};
|
};
|
||||||
|
|
||||||
var setPendingTxps = function(txps) {
|
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) {
|
if (!txps) {
|
||||||
$scope.txps = [];
|
$scope.txps = [];
|
||||||
return;
|
return;
|
||||||
|
|
@ -479,12 +458,6 @@ angular.module('copayApp.controllers').controller('walletDetailsController', fun
|
||||||
fromWalletId: $scope.wallet.id
|
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() {
|
$scope.goToReceive = function() {
|
||||||
$state.go('tabs.home', {
|
$state.go('tabs.home', {
|
||||||
Loading…
Add table
Add a link
Reference in a new issue