changed insight to explorer.bitcoin.com
This commit is contained in:
parent
76afbb5a5b
commit
ef65f94962
14 changed files with 14 additions and 14 deletions
|
|
@ -119,7 +119,7 @@ angular.module('copayApp.controllers').controller('bitpayCardController', functi
|
|||
var url = 'https://insight.bitpay.com/tx/' + transactionId;
|
||||
var optIn = true;
|
||||
var title = null;
|
||||
var message = gettextCatalog.getString('View Transaction on Insight');
|
||||
var message = gettextCatalog.getString('View Transaction on explorer.bitcoin.com');
|
||||
var okText = gettextCatalog.getString('Open Insight');
|
||||
var cancelText = gettextCatalog.getString('Go Back');
|
||||
externalLinkService.open(url, optIn, title, message, okText, cancelText);
|
||||
|
|
|
|||
|
|
@ -203,7 +203,7 @@ angular.module('copayApp.controllers').controller('txDetailsController', functio
|
|||
var url = 'https://' + ($scope.getShortNetworkName() == 'test' ? 'test-' : '') + blockexplorerUrl + '/tx/' + btx.txid;
|
||||
var optIn = true;
|
||||
var title = null;
|
||||
var message = gettextCatalog.getString('View Transaction on Insight');
|
||||
var message = gettextCatalog.getString('View Transaction on explorer.bitcoin.com');
|
||||
var okText = gettextCatalog.getString('Open Insight');
|
||||
var cancelText = gettextCatalog.getString('Go Back');
|
||||
externalLinkService.open(url, optIn, title, message, okText, cancelText);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue