Update to official working TRC explorer

This commit is contained in:
hanzac 2018-03-01 19:33:36 +08:00 committed by GitHub
parent c9ecba3b28
commit 8b5b3c976a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -297,7 +297,7 @@ function return_coin_details(coin) {
break;
case 'TRC':
coin_details.name = 'Terracoin';
coin_details.explorer = 'https://bchain.info/TRC/tx/';
coin_details.explorer = 'https://explorer.terracoin.io/tx/';
break;
case 'BTA':
coin_details.name = 'Bata';