mirror of
https://github.com/c9s/bbgo.git
synced 2024-11-21 22:43:52 +00:00
liqmaker: fix nil map issue
This commit is contained in:
parent
7f905a2956
commit
48bb7a280b
|
@ -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,
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user