Android update 0.4.2
This commit is contained in:
parent
52092eb4f0
commit
3ab1510051
3 changed files with 4 additions and 3 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue