Skip to content

Commit b376ae5

Browse files
fix: use Dash branding with Blockchair (#722)
1 parent 92a503a commit b376ae5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

DashWallet/Sources/UI/Tx/Details/Model/TxDetailModel.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ extension TxDetailModel {
9090
return URL(string: "https://insight.dash.org/insight/tx/\(transactionId)")
9191
}
9292
case .blockchair:
93-
return URL(string: "https://blockchair.com/dash/transaction/\(transactionId)")
93+
return URL(string: "https://blockchair.com/dash/transaction/\(transactionId)?from=dash")
9494
}
9595

9696
return nil

0 commit comments

Comments
 (0)