Android update 0.4.2

This commit is contained in:
Yemel Jardi 2014-08-04 09:49:16 -03:00
commit 3ab1510051
3 changed files with 4 additions and 3 deletions

View file

@ -198,7 +198,8 @@ angular.module('copayApp.controllers').controller('SendController',
function onSuccess(result) {
if (result.cancelled) return;
var bip21 = copay.Structure.parseBitcoinURI(result.text);
debugger;
var bip21 = copay.HDPath.parseBitcoinURI(result.text);
$scope.address = bip21.address;
if (bip21.amount) {