mirror of
https://github.com/discountry/ritmex-bot.git
synced 2026-09-09 08:18:07 +00:00
chore: 更新 .env.example 文件,调整 Maker 策略的损失限制参数以优化风险管理
This commit is contained in:
@@ -840,7 +840,11 @@ function normalizeCookieValue(value: string): string {
|
||||
}
|
||||
|
||||
function defaultLogger(context: string, error: unknown): void {
|
||||
console.error(`[GrvtGateway] ${context} failed`, error);
|
||||
// Suppress direct console output from GRVT gateway. Strategy layers already
|
||||
// record failures into the recent events trade log as warnings.
|
||||
// Intentionally no-op to avoid noisy CLI logs.
|
||||
void context;
|
||||
void error;
|
||||
}
|
||||
|
||||
function parseSetCookieHeader(
|
||||
|
||||
Reference in New Issue
Block a user