From d9fb9ff3e01c4e4c99b653e4470201a7c447212b Mon Sep 17 00:00:00 2001 From: c9s Date: Thu, 29 Aug 2024 13:18:50 +0800 Subject: [PATCH] xmaker: remove unused var --- pkg/strategy/xmaker/strategy.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/pkg/strategy/xmaker/strategy.go b/pkg/strategy/xmaker/strategy.go index 67811e630..52dec31f5 100644 --- a/pkg/strategy/xmaker/strategy.go +++ b/pkg/strategy/xmaker/strategy.go @@ -25,8 +25,6 @@ import ( var defaultMargin = fixedpoint.NewFromFloat(0.003) var two = fixedpoint.NewFromInt(2) -var lastPriceModifier = fixedpoint.NewFromFloat(1.001) - const priceUpdateTimeout = 30 * time.Second const ID = "xmaker"