Merge pull request #6760 from cmgustavo/feat/cash-explorer-01
Set bitpay-insight as default bitcoin cash explorer
This commit is contained in:
commit
cb300063de
1 changed files with 1 additions and 1 deletions
|
|
@ -17,7 +17,7 @@ angular.module('copayApp.controllers').controller('txDetailsController', functio
|
||||||
$scope.txsUnsubscribedForNotifications = config.confirmedTxsNotifications ? !config.confirmedTxsNotifications.enabled : true;
|
$scope.txsUnsubscribedForNotifications = config.confirmedTxsNotifications ? !config.confirmedTxsNotifications.enabled : true;
|
||||||
|
|
||||||
if ($scope.wallet.coin == 'bch') {
|
if ($scope.wallet.coin == 'bch') {
|
||||||
blockexplorerUrl = 'cashexplorer.bitcoin.com';
|
blockexplorerUrl = 'bch-insight.bitpay.com';
|
||||||
} else {
|
} else {
|
||||||
blockexplorerUrl = 'insight.bitpay.com';
|
blockexplorerUrl = 'insight.bitpay.com';
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue