diff --git a/docs/index.html b/docs/index.html
index 8d88ed9..cee8a47 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -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: