mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2025-01-22 18:44:31 +00:00
temp disable partial paynym support in ui
This commit is contained in:
parent
95b9e6170f
commit
5badeab621
1 changed files with 2 additions and 1 deletions
|
@ -190,7 +190,8 @@ extension CoinExt on Coin {
|
|||
|
||||
case Coin.dogecoin:
|
||||
case Coin.dogecoinTestNet:
|
||||
return true;
|
||||
// return true;
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue