Updated on 2026-08-14

This commit is contained in:
Tangem 2026-01-26 10:11:00 +03:00
parent 7c50cc09dc
commit d1189ffda2
12 changed files with 9 additions and 25 deletions

View file

@ -221,7 +221,6 @@ internal class TxHistoryModel @Inject constructor(
override fun openTxInExplorer(txHash: String) {
getExplorerTransactionUrlUseCase(
txHash = txHash,
networkId = params.currency.network.id,
currency = params.currency,
).fold(
ifLeft = { Timber.e(it.toString()) },