Merge branch 'release-8.0' into 8.0-to-8.1-merge
This commit is contained in:
commit
e7c2456ff7
25 changed files with 149 additions and 75 deletions
|
|
@ -195,7 +195,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) => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue