Merge pull request #127 from hanzac/patch-1

Update to official working TRC explorer
This commit is contained in:
cipig 2018-03-01 14:44:17 +00:00 committed by GitHub
commit a7b50b3cd4
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';