Set bitpay-insight as default bitcoin cash explorer

This commit is contained in:
Gustavo Maximiliano Cortez 2017-09-19 09:58:50 -04:00
commit 5655745441
No known key found for this signature in database
GPG key ID: 15EDAD8D9F2EB1AF

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';
}