From dbd458b90c635ab496197b74740cbe774d5fd8be Mon Sep 17 00:00:00 2001 From: HashEngineering Date: Tue, 12 Aug 2025 10:08:49 -0700 Subject: [PATCH] fix: use Dash branding with Blockchair --- DashWallet/Sources/UI/Tx/Details/Model/TxDetailModel.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DashWallet/Sources/UI/Tx/Details/Model/TxDetailModel.swift b/DashWallet/Sources/UI/Tx/Details/Model/TxDetailModel.swift index 5cca3ee28..7e3511a59 100644 --- a/DashWallet/Sources/UI/Tx/Details/Model/TxDetailModel.swift +++ b/DashWallet/Sources/UI/Tx/Details/Model/TxDetailModel.swift @@ -90,7 +90,7 @@ extension TxDetailModel { return URL(string: "https://insight.dash.org/insight/tx/\(transactionId)") } case .blockchair: - return URL(string: "https://blockchair.com/dash/transaction/\(transactionId)") + return URL(string: "https://blockchair.com/dash/transaction/\(transactionId)?from=dash") } return nil