From d7646148d4063ccdc5b330e41fccedb1c46339ef Mon Sep 17 00:00:00 2001 From: imadia Date: Thu, 23 May 2024 18:29:08 +0600 Subject: [PATCH] Update DashAdapter.swift --- .../UnstoppableWallet/Core/Adapters/DashAdapter.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/UnstoppableWallet/UnstoppableWallet/Core/Adapters/DashAdapter.swift b/UnstoppableWallet/UnstoppableWallet/Core/Adapters/DashAdapter.swift index d4d79a1287..62fb0c0d13 100644 --- a/UnstoppableWallet/UnstoppableWallet/Core/Adapters/DashAdapter.swift +++ b/UnstoppableWallet/UnstoppableWallet/Core/Adapters/DashAdapter.swift @@ -61,7 +61,7 @@ class DashAdapter: BitcoinBaseAdapter { } override func explorerUrl(transactionHash: String) -> String? { - "https://https://blockchair.com/dash/transaction/" + transactionHash + "https://blockchair.com/dash/transaction/" + transactionHash } override func explorerUrl(address: String) -> String? {