mirror of
https://github.com/discountry/ritmex-bot.git
synced 2026-09-10 08:48:07 +00:00
update maker points
This commit is contained in:
@@ -211,7 +211,7 @@ export class MakerPointsEngine {
|
||||
: 8,
|
||||
depthWindowBps: Number.isFinite(this.config.binanceDepthWindowBps)
|
||||
? Math.max(1, Number(this.config.binanceDepthWindowBps))
|
||||
: 5,
|
||||
: 3,
|
||||
speedMs: 100,
|
||||
logger: (context, error) => {
|
||||
this.tradeLog.push("warn", `Binance ${context} 异常: ${extractMessage(error)}`);
|
||||
|
||||
Reference in New Issue
Block a user