Skip to content

Commit

Permalink
Update DashAdapter.swift
Browse files Browse the repository at this point in the history
  • Loading branch information
Dianaaiym committed May 23, 2024
1 parent c8b2ccf commit d764614
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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? {
Expand Down

0 comments on commit d764614

Please sign in to comment.