remove MakerExchange from the core profit stats field

This commit is contained in:
c9s 2021-10-08 15:00:53 +08:00
parent d058125f78
commit aadb1ed389

View File

@ -8,8 +8,6 @@ import (
)
type ProfitStats struct {
MakerExchange types.ExchangeName `json:"makerExchange"`
AccumulatedPnL fixedpoint.Value `json:"accumulatedPnL,omitempty"`
AccumulatedNetProfit fixedpoint.Value `json:"accumulatedNetProfit,omitempty"`
AccumulatedProfit fixedpoint.Value `json:"accumulatedProfit,omitempty"`