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.
2 parents 7aadaa5 + a421c78 commit cfd97e4Copy full SHA for cfd97e4
1 file changed
lib/wallets/crypto_currency/coins/fact0rn.dart
@@ -225,8 +225,7 @@ class Fact0rn extends Bip39HDCurrency with ElectrumXCurrencyInterface {
225
Uri defaultBlockExplorer(String txid) {
226
switch (network) {
227
case CryptoCurrencyNetwork.main:
228
- // "https://explorer.fact0rn.io/tx/$txid" doesn't show mempool transactions
229
- return Uri.parse("https://factexplorer.io/tx/$txid");
+ return Uri.parse("https://explorer.fact0rn.io/tx/$txid");
230
default:
231
throw Exception(
232
"Unsupported network for defaultBlockExplorer(): $network",
0 commit comments