Skip to content

Commit

Permalink
liqmaker: fix nil map issue
Browse files Browse the repository at this point in the history
  • Loading branch information
c9s committed Oct 28, 2024
1 parent 7f905a2 commit 48bb7a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/strategy/liquiditymaker/strategy.go
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ func (s *Strategy) Initialize() error {
s.metricsLabels = prometheus.Labels{
"strategy_type": ID,
"strategy_id": s.InstanceID(),
"exchange": string(s.Session.Exchange.Name()),
"exchange": "", // FIXME
"symbol": s.Symbol,
}

Expand Down

0 comments on commit 48bb7a2

Please sign in to comment.