mirror of
https://github.com/c9s/bbgo.git
synced 2024-11-26 00:35:15 +00:00
ftx: make logger private
This commit is contained in:
parent
b28d9631ab
commit
8b838b9a59
|
@ -18,7 +18,7 @@ const (
|
|||
defaultHTTPTimeout = 15 * time.Second
|
||||
)
|
||||
|
||||
var Logger = logrus.WithField("exchange", "ftx")
|
||||
var logger = logrus.WithField("exchange", "ftx")
|
||||
|
||||
type Exchange struct {
|
||||
rest *restRequest
|
||||
|
|
Loading…
Reference in New Issue
Block a user