mirror of
https://git.hmsn.ink/coin/bot.git
synced 2026-03-20 00:02:16 +09:00
프롬프트 수정
This commit is contained in:
2
index.js
2
index.js
@@ -29,7 +29,7 @@ async function bootstrap() {
|
|||||||
v: c[5]
|
v: c[5]
|
||||||
}));
|
}));
|
||||||
|
|
||||||
logger.info(`Bootstrapped ${bars.length} bars | Balance: ${balance}`);
|
logger.info(`Bootstrapped ${bars.length} bars | Balance: ${balance} interval: ${cfg.ohlcvInterval}`);
|
||||||
} catch (error) {
|
} catch (error) {
|
||||||
logger.critical('초기화 중 심각한 오류 발생', error, {
|
logger.critical('초기화 중 심각한 오류 발생', error, {
|
||||||
stage: 'bootstrap'
|
stage: 'bootstrap'
|
||||||
|
|||||||
Reference in New Issue
Block a user