feat: enable USDT for cash-in only transactions
This commit is contained in:
parent
f9ae681453
commit
c84f5becea
13 changed files with 24 additions and 19 deletions
|
|
@ -219,6 +219,7 @@ function plugins (settings, deviceId) {
|
|||
return {
|
||||
cryptoCode,
|
||||
display: cryptoRec.display,
|
||||
isCashInOnly: Boolean(cryptoRec.isCashinOnly),
|
||||
minimumTx: BN.max(minimumTx, cashInFee),
|
||||
cashInFee,
|
||||
cashInCommission,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue