xmaker: remove unused var

This commit is contained in:
c9s 2024-08-29 13:18:50 +08:00
parent 88d7783843
commit d9fb9ff3e0
No known key found for this signature in database
GPG Key ID: 7385E7E464CB0A54

View File

@ -25,8 +25,6 @@ import (
var defaultMargin = fixedpoint.NewFromFloat(0.003) var defaultMargin = fixedpoint.NewFromFloat(0.003)
var two = fixedpoint.NewFromInt(2) var two = fixedpoint.NewFromInt(2)
var lastPriceModifier = fixedpoint.NewFromFloat(1.001)
const priceUpdateTimeout = 30 * time.Second const priceUpdateTimeout = 30 * time.Second
const ID = "xmaker" const ID = "xmaker"