From 5112b83041f60d4da66167bb359a35c99f623171 Mon Sep 17 00:00:00 2001 From: c9s Date: Wed, 14 Oct 2020 11:02:10 +0800 Subject: [PATCH] max: fix internal currency usage --- pkg/exchange/max/exchange.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/exchange/max/exchange.go b/pkg/exchange/max/exchange.go index f7d5b5885..81f5eea8c 100644 --- a/pkg/exchange/max/exchange.go +++ b/pkg/exchange/max/exchange.go @@ -92,7 +92,7 @@ func (e *Exchange) SubmitOrder(ctx context.Context, order types.SubmitOrder) err // PlatformFeeCurrency func (e *Exchange) PlatformFeeCurrency() string { - return toGlobalCurrency("MAX") + return toGlobalCurrency("max") } func (e *Exchange) QueryAccount(ctx context.Context) (*types.Account, error) {