feat: enable USDT for cash-in only transactions

This commit is contained in:
Sérgio Salgado 2022-04-06 18:51:18 +01:00
parent f9ae681453
commit c84f5becea
13 changed files with 24 additions and 19 deletions

View file

@ -187,7 +187,7 @@ const getAdvancedWalletElementsOverrides = (
const has0Conf = R.complement(
/* NOTE: List of coins without 0conf settings. */
R.pipe(R.prop('id'), R.flip(R.includes)(['ETH']))
R.pipe(R.prop('id'), R.flip(R.includes)(['ETH', 'USDT']))
)
const getElements = (cryptoCurrencies, accounts, onChange, wizard = false) => {