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? {