mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2025-01-08 20:09:24 +00:00
minor fix
This commit is contained in:
parent
7f2b837c2e
commit
d150f06b39
1 changed files with 2 additions and 1 deletions
|
@ -112,8 +112,9 @@ abstract class TransactionDetailsViewModelBase with Store {
|
|||
case WalletType.bitcoin:
|
||||
return 'https://mempool.space/tx/${txId}';
|
||||
case WalletType.litecoin:
|
||||
case WalletType.bitcoinCash:
|
||||
return 'https://blockchair.com/litecoin/transaction/${txId}';
|
||||
case WalletType.bitcoinCash:
|
||||
return 'https://blockchair.com/bitcoin-cash/transaction/${txId}';
|
||||
case WalletType.haven:
|
||||
return 'https://explorer.havenprotocol.org/search?value=${txId}';
|
||||
case WalletType.ethereum:
|
||||
|
|
Loading…
Reference in a new issue