Use BIP21 from bitcore

This commit is contained in:
Yemel Jardi 2014-08-15 17:33:15 -03:00
parent 7c29eefab3
commit ed46e1fc01
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ function onDeviceReady() {
var body = document.getElementsByTagName('nav')[0];
var $rootScope = angular.element(body).scope();
$rootScope.pendingPayment = copay.HDPath.parseBitcoinURI(url);
$rootScope.pendingPayment = new bitcore.BIP21(url);
// Redirect or reload controller (if already there)
window.location = ($rootScope.wallet ? '#!/send' : '#!/open') + '?r=' + Math.random();