Skip to content

Commit 3c05f17

Browse files
committed
salvium block explorer uri fix
1 parent fe6ef0a commit 3c05f17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/wallets/crypto_currency/coins/salvium.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ class Salvium extends CryptonoteCurrency {
116116
Uri defaultBlockExplorer(String txid) {
117117
switch (network) {
118118
case CryptoCurrencyNetwork.main:
119-
return Uri.parse("https://explorer.salvium.io//tx/$txid");
119+
return Uri.parse("https://explorer.salvium.io/tx/$txid");
120120
default:
121121
throw Exception(
122122
"Unsupported network for defaultBlockExplorer(): $network",

0 commit comments

Comments
 (0)