parse output TX to show before signing (WIP)

This commit is contained in:
Matias Alejo Garcia 2014-04-17 18:06:09 -03:00
commit 1954978202
4 changed files with 30 additions and 21 deletions

View file

@ -15,7 +15,7 @@ angular.module('copay.send').controller('SendController',
$scope.sendTest = function() {
var w = $rootScope.wallet;
w.createTx( '15q6HKjWHAksHcH91JW23BJEuzZgFwydBt', '12345',function() {
w.createTx( 'mimoZNLcP2rrMRgdeX5PSnR7AjCqQveZZ4', '12345',function() {
$rootScope.$digest();
});
};