mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2025-01-26 20:26:02 +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.eCash:
|
||||||
case Coin.stellar:
|
case Coin.stellar:
|
||||||
case Coin.stellarTestnet:
|
case Coin.stellarTestnet:
|
||||||
case Coin.tezos:
|
|
||||||
return true;
|
return true;
|
||||||
|
|
||||||
case Coin.epicCash:
|
case Coin.epicCash:
|
||||||
|
@ -271,6 +270,7 @@ extension CoinExt on Coin {
|
||||||
case Coin.wownero:
|
case Coin.wownero:
|
||||||
case Coin.nano:
|
case Coin.nano:
|
||||||
case Coin.banano:
|
case Coin.banano:
|
||||||
|
case Coin.tezos:
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue