paypro: use HDPath instead of Structure.
This commit is contained in:
parent
350592aa8d
commit
3f6b5ec6b8
2 changed files with 2 additions and 2 deletions
|
|
@ -87,7 +87,7 @@ angular.module('copayApp.controllers').controller('SendController',
|
|||
}
|
||||
|
||||
var uri = address.indexOf('bitcoin:') === 0
|
||||
&& copay.Structure.parseBitcoinURI(address);
|
||||
&& copay.HDPath.parseBitcoinURI(address);
|
||||
if (uri && uri.merchant) {
|
||||
w.createTx(uri.merchant, commentText, done);
|
||||
} else {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue