We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8b4aa99 commit dbd458bCopy full SHA for dbd458b
1 file changed
DashWallet/Sources/UI/Tx/Details/Model/TxDetailModel.swift
@@ -90,7 +90,7 @@ extension TxDetailModel {
90
return URL(string: "https://insight.dash.org/insight/tx/\(transactionId)")
91
}
92
case .blockchair:
93
- return URL(string: "https://blockchair.com/dash/transaction/\(transactionId)")
+ return URL(string: "https://blockchair.com/dash/transaction/\(transactionId)?from=dash")
94
95
96
return nil
0 commit comments