Gui fixes to bitcoincash

This commit is contained in:
mainnet-pat
2024-10-30 13:25:25 +00:00
committed by tecnovert
parent 465f910812
commit ed80caf532
5 changed files with 6 additions and 1 deletions

View File

@@ -257,6 +257,7 @@ const coinNameToSymbol = {
'PIVX': 'PIVX',
'Decred': 'DCR',
'Zano': 'ZANO',
'Bitcoin Cash': 'BCH',
};
const getUsdValue = async (cryptoValue, coinSymbol) => {