mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2025-03-25 08:39:06 +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) {
|
switch(currency) {
|
||||||
case CryptoCurrency.zec:
|
case CryptoCurrency.zec:
|
||||||
return 'zec';
|
return 'zec';
|
||||||
|
case CryptoCurrency.usdcpoly:
|
||||||
|
return 'usdcmatic';
|
||||||
default:
|
default:
|
||||||
return currency.title.toLowerCase();
|
return currency.title.toLowerCase();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue