mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2024-12-22 19:49:22 +00:00
usdcpoly -> usdcmatic for ChangeNOW
This commit is contained in:
parent
db72849bfd
commit
3b23f68b27
1 changed files with 2 additions and 0 deletions
|
@ -271,6 +271,8 @@ class ChangeNowExchangeProvider extends ExchangeProvider {
|
|||
switch(currency) {
|
||||
case CryptoCurrency.zec:
|
||||
return 'zec';
|
||||
case CryptoCurrency.usdcpoly:
|
||||
return 'usdcmatic';
|
||||
default:
|
||||
return currency.title.toLowerCase();
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue