EthereumCommonwealth / etherwallet

Ethereum Classic blockchain interaction web tool.
https://ethereumproject.github.io/etherwallet/
BSD 4-Clause "Original" or "Old" License
14 stars 17 forks source link

Fix transaction history link text #237

Closed mkrufky closed 6 years ago

mkrufky commented 6 years ago

The current code expects each blockExplorerTX link to be of the form: /tx/[[txHash]] and fails to display correctly if the URLs are structured otherwise:

image image

Instead of depending on this static text, grab the text we actually want:

image image

cc @detroitpro cc @masterdubs