Set bitpay-insight as default bitcoin cash explorer
This commit is contained in:
parent
881679cd48
commit
5655745441
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;
|
||||
|
||||
if ($scope.wallet.coin == 'bch') {
|
||||
blockexplorerUrl = 'cashexplorer.bitcoin.com';
|
||||
blockexplorerUrl = 'bch-insight.bitpay.com';
|
||||
} else {
|
||||
blockexplorerUrl = 'insight.bitpay.com';
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue