New: Add blockchair as the transaction explorer.

This commit is contained in:
Kevin Gorham 2020-12-19 10:33:07 -05:00
parent 3b3da801da
commit 5d301806e0
No known key found for this signature in database
GPG Key ID: CCA55602DF49FC38
1 changed files with 1 additions and 1 deletions

View File

@ -167,7 +167,7 @@ class TransactionFragment : BaseFragment<FragmentTransactionBinding>() {
}
private fun String.toTransactionUrl(): String {
return "https://explorer.z.cash/tx/$this"
return getString(R.string.api_block_explorer, this)
}
private fun UiModel?.toAddressClickListener(): View.OnClickListener? {