mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2025-01-24 03:26:38 +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:
|
case WalletType.bitcoin:
|
||||||
return 'https://mempool.space/tx/${txId}';
|
return 'https://mempool.space/tx/${txId}';
|
||||||
case WalletType.litecoin:
|
case WalletType.litecoin:
|
||||||
case WalletType.bitcoinCash:
|
|
||||||
return 'https://blockchair.com/litecoin/transaction/${txId}';
|
return 'https://blockchair.com/litecoin/transaction/${txId}';
|
||||||
|
case WalletType.bitcoinCash:
|
||||||
|
return 'https://blockchair.com/bitcoin-cash/transaction/${txId}';
|
||||||
case WalletType.haven:
|
case WalletType.haven:
|
||||||
return 'https://explorer.havenprotocol.org/search?value=${txId}';
|
return 'https://explorer.havenprotocol.org/search?value=${txId}';
|
||||||
case WalletType.ethereum:
|
case WalletType.ethereum:
|
||||||
|
|
Loading…
Reference in a new issue