Skip to content

Commit 64e7413

Browse files
committed
cleanup
1 parent 205bacc commit 64e7413

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

packages/api-binance/src/helper/holdUSDT.ts

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -200,11 +200,6 @@ export const createHoldUSDT = (binance: Binance, logger: LoggerService) => {
200200
return;
201201
}
202202

203-
if ((await getBalance('USDT')) <= usdtAmount * 1.03) {
204-
logger.log("no funds");
205-
return;
206-
}
207-
208203
const { marketPrice, priceDecimalPlaces, sizeDecimalPlaces } =
209204
await getTradeInfo('ETHUSDT');
210205
const { maker } = await getTransactionFee('ETHUSDT');

0 commit comments

Comments
 (0)