Remove preview from MintCommand explorer link (#89)
This commit is contained in:
parent
87e84ae90d
commit
974fc460c4
|
@ -83,7 +83,7 @@ namespace BiblioTech.Commands
|
||||||
private string FormatTransactionLink(string transaction)
|
private string FormatTransactionLink(string transaction)
|
||||||
{
|
{
|
||||||
var url = $"https://explorer.testnet.codex.storage/tx/{transaction}";
|
var url = $"https://explorer.testnet.codex.storage/tx/{transaction}";
|
||||||
return $"- [View on block explorer]({url}){Environment.NewLine}Transaction ID - `{transaction}`";
|
return $"- [View on block explorer](<{url}>){Environment.NewLine}Transaction ID - `{transaction}`";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue