mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2025-01-10 20:54:33 +00:00
Add tbch explorer
This commit is contained in:
parent
1ca1332dea
commit
20e8d0c114
1 changed files with 0 additions and 3 deletions
|
@ -29,8 +29,5 @@ Uri getBlockExplorerTransactionUrlFor({
|
||||||
"https://blockexplorer.one/bitcoin-cash/testnet/tx/$txid");
|
"https://blockexplorer.one/bitcoin-cash/testnet/tx/$txid");
|
||||||
case Coin.namecoin:
|
case Coin.namecoin:
|
||||||
return Uri.parse("https://chainz.cryptoid.info/nmc/tx.dws?$txid.htm");
|
return Uri.parse("https://chainz.cryptoid.info/nmc/tx.dws?$txid.htm");
|
||||||
case Coin.bitcoincashTestnet:
|
|
||||||
throw UnimplementedError("missing block explorer for epic cash");
|
|
||||||
break;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue