From 6f0a9499aaf37505495b519b4b242f6509d94093 Mon Sep 17 00:00:00 2001 From: Gustavo Cortez Date: Sun, 20 Apr 2014 16:21:33 -0300 Subject: [PATCH] Removed "sendTest" link. --- index.html | 4 ---- js/controllers/send.js | 6 ------ 2 files changed, 10 deletions(-) diff --git a/index.html b/index.html index b9f10e7ce..6773f7b4b 100644 --- a/index.html +++ b/index.html @@ -347,10 +347,6 @@ missing -
-
- sendTest -
diff --git a/js/controllers/send.js b/js/controllers/send.js index c027ae04c..cd6226bdb 100644 --- a/js/controllers/send.js +++ b/js/controllers/send.js @@ -38,10 +38,4 @@ angular.module('copay.send').controller('SendController', $rootScope.flashMessage = { message: 'You send a proposal transaction succefully', type: 'success'}; }; - $scope.sendTest = function() { - var w = $rootScope.wallet; - w.createTx( 'mimoZNLcP2rrMRgdeX5PSnR7AjCqQveZZ4', '12345',function() { - $rootScope.$digest(); - }); - }; });