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.nano:
|
||||||
case Coin.banano:
|
case Coin.banano:
|
||||||
case Coin.tezos:
|
case Coin.tezos:
|
||||||
|
// TODO: fix this lacking code
|
||||||
throw UnimplementedError();
|
throw UnimplementedError();
|
||||||
//TODO: check network/node
|
//TODO: check network/node
|
||||||
case Coin.stellar:
|
case Coin.stellar:
|
||||||
|
|
|
@ -29,6 +29,10 @@ abstract class DefaultNodes {
|
||||||
namecoin,
|
namecoin,
|
||||||
wownero,
|
wownero,
|
||||||
particl,
|
particl,
|
||||||
|
stellar,
|
||||||
|
nano,
|
||||||
|
banano,
|
||||||
|
tezos,
|
||||||
bitcoinTestnet,
|
bitcoinTestnet,
|
||||||
litecoinTestNet,
|
litecoinTestNet,
|
||||||
bitcoincashTestnet,
|
bitcoincashTestnet,
|
||||||
|
|
Loading…
Reference in a new issue