ftx: make logger private

This commit is contained in:
ycdesu 2021-02-27 17:01:20 +08:00
parent b28d9631ab
commit 8b838b9a59

View File

@ -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