Skip to content

Commit

Permalink
log
Browse files Browse the repository at this point in the history
  • Loading branch information
tripolskypetr committed May 2, 2023
1 parent 64e7413 commit fbcacdf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/api-binance/src/helper/holdUSDT.ts
Original file line number Diff line number Diff line change
Expand Up @@ -256,6 +256,8 @@ export const createHoldUSDT = (binance: Binance, logger: LoggerService) => {
}
await sleep();
}

logger.log(`holdUSDT pair buyOrderId=${buyOrderId} sellOrderId=${sellOrderId} sellPercent=${sellPercent} usdtAmount=${usdtAmount}`);
};

(globalThis as any).hasOpenOrders = hasOpenOrders;
Expand Down

0 comments on commit fbcacdf

Please sign in to comment.