Skip to content

Commit 9c7cc1d

Browse files
committed
Always show the cexplorer link for tx en explorer
Even for not certified transactions as their is a chance that mithril still have to take them in accound and CExplorer already know them.
1 parent a6ce776 commit 9c7cc1d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mithril-explorer/src/components/CertifyCardanoTransactionsModal/TransactionCertificationResult.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ function TransactionsTable({ transactions }) {
3737
{transactions.map((tx) => (
3838
<tr key={tx.hash}>
3939
<td>
40-
{tx.certified ? <TransactionHash hash={tx.hash} /> : <CopyableHash hash={tx.hash} />}
40+
<TransactionHash hash={tx.hash} />
4141
</td>
4242
<td>
4343
{tx.certified ? (

0 commit comments

Comments
 (0)