mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2025-01-10 20:54:33 +00:00
fix missing nodes in ui
This commit is contained in:
parent
72956ea676
commit
994922c146
2 changed files with 5 additions and 0 deletions
|
@ -174,6 +174,7 @@ class _NodeDetailsViewState extends ConsumerState<NodeDetailsView> {
|
|||
case Coin.nano:
|
||||
case Coin.banano:
|
||||
case Coin.tezos:
|
||||
// TODO: fix this lacking code
|
||||
throw UnimplementedError();
|
||||
//TODO: check network/node
|
||||
case Coin.stellar:
|
||||
|
|
|
@ -29,6 +29,10 @@ abstract class DefaultNodes {
|
|||
namecoin,
|
||||
wownero,
|
||||
particl,
|
||||
stellar,
|
||||
nano,
|
||||
banano,
|
||||
tezos,
|
||||
bitcoinTestnet,
|
||||
litecoinTestNet,
|
||||
bitcoincashTestnet,
|
||||
|
|
Loading…
Reference in a new issue