Switch Tx link to blocksights.info.
Before we were using http://bitshares-explorer.io to show the transactions in a block explorer, however the website is no longer working, so we had to switch to https://blocksights.info.
This commit is contained in:
parent
0166382b68
commit
d9a162b83e
1 changed files with 1 additions and 1 deletions
|
@ -132,7 +132,7 @@ class EReceiptFragment : Fragment() {
|
|||
private fun formatTransferTextView(transferId: String) {
|
||||
val html = getString(
|
||||
R.string.template__tx,
|
||||
"<a href=\"http://bitshares-explorer.io/#/operations/$transferId\">$transferId</a>"
|
||||
"<a href=\"http://blocksights.info/#/operations/$transferId\">$transferId</a>"
|
||||
)
|
||||
val tx = HtmlCompat.fromHtml(html, HtmlCompat.FROM_HTML_MODE_LEGACY)
|
||||
binding.tvTransferID.text = tx
|
||||
|
|
Loading…
Reference in a new issue