removed unnessesary code

This commit is contained in:
sairaj mote 2023-07-15 15:00:29 +05:30
parent bbb98ea04d
commit 702bd11166

View File

@ -2232,8 +2232,6 @@
response = await floTradeAPI.depositFLO(quantity, proxy.userID, await proxy.sinkID, privKey, proxySecret)
break;
case 'BTC':
if (quantity <= floGlobals.fee)
return notify(`Quantity must be greater than ${floGlobals.fee} BTC`, 'error')
response = await floTradeAPI.depositBTC(quantity, proxy.userID, await proxy.sinkID, privKey, proxySecret)
break;
default: