removed unnessesary code
This commit is contained in:
parent
bbb98ea04d
commit
702bd11166
@ -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:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user