added protocol and use the new cashaddr instead of legacy
This commit is contained in:
parent
243f35c25d
commit
40d0e5b896
1 changed files with 2 additions and 1 deletions
|
|
@ -73,7 +73,8 @@ angular.module('copayApp.controllers').controller('tabReceiveController', functi
|
||||||
currentAddressSocket = new WebSocket("wss://ws.blockchain.info/inv");
|
currentAddressSocket = new WebSocket("wss://ws.blockchain.info/inv");
|
||||||
paymentSubscriptionObj.addr = $scope.addr
|
paymentSubscriptionObj.addr = $scope.addr
|
||||||
}
|
}
|
||||||
clipboardService.copyToClipboard(paymentSubscriptionObj.addr);
|
|
||||||
|
clipboardService.copyToClipboard($scope.protocolHandler + ":" + $scope.addr);
|
||||||
|
|
||||||
// create subscription
|
// create subscription
|
||||||
var msg = JSON.stringify(paymentSubscriptionObj);
|
var msg = JSON.stringify(paymentSubscriptionObj);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue