Skip to content

Commit dbd458b

Browse files
fix: use Dash branding with Blockchair
1 parent 8b4aa99 commit dbd458b

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)