mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2025-01-10 20:54:33 +00:00
tezos does not used the bip39 lib directly. Do not show new wallet options. Needs more investigation
This commit is contained in:
parent
4de632bdb4
commit
2e64d35629
1 changed files with 1 additions and 1 deletions
|
@ -263,7 +263,6 @@ extension CoinExt on Coin {
|
|||
case Coin.eCash:
|
||||
case Coin.stellar:
|
||||
case Coin.stellarTestnet:
|
||||
case Coin.tezos:
|
||||
return true;
|
||||
|
||||
case Coin.epicCash:
|
||||
|
@ -271,6 +270,7 @@ extension CoinExt on Coin {
|
|||
case Coin.wownero:
|
||||
case Coin.nano:
|
||||
case Coin.banano:
|
||||
case Coin.tezos:
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue