We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe6ef0a commit 3c05f17Copy full SHA for 3c05f17
1 file changed
lib/wallets/crypto_currency/coins/salvium.dart
@@ -116,7 +116,7 @@ class Salvium extends CryptonoteCurrency {
116
Uri defaultBlockExplorer(String txid) {
117
switch (network) {
118
case CryptoCurrencyNetwork.main:
119
- return Uri.parse("https://explorer.salvium.io//tx/$txid");
+ return Uri.parse("https://explorer.salvium.io/tx/$txid");
120
default:
121
throw Exception(
122
"Unsupported network for defaultBlockExplorer(): $network",
0 commit comments