Merge pull request #6760 from cmgustavo/feat/cash-explorer-01

Set bitpay-insight as default bitcoin cash explorer
This commit is contained in:
Javier Donadío 2017-09-19 12:08:28 -03:00 committed by GitHub
commit cb300063de

View file

@ -17,7 +17,7 @@ angular.module('copayApp.controllers').controller('txDetailsController', functio
$scope.txsUnsubscribedForNotifications = config.confirmedTxsNotifications ? !config.confirmedTxsNotifications.enabled : true;
if ($scope.wallet.coin == 'bch') {
blockexplorerUrl = 'cashexplorer.bitcoin.com';
blockexplorerUrl = 'bch-insight.bitpay.com';
} else {
blockexplorerUrl = 'insight.bitpay.com';
}