max: fix internal currency usage

This commit is contained in:
c9s 2020-10-14 11:02:10 +08:00
parent c58375f57e
commit 5112b83041

View File

@ -92,7 +92,7 @@ func (e *Exchange) SubmitOrder(ctx context.Context, order types.SubmitOrder) err
// PlatformFeeCurrency // PlatformFeeCurrency
func (e *Exchange) PlatformFeeCurrency() string { func (e *Exchange) PlatformFeeCurrency() string {
return toGlobalCurrency("MAX") return toGlobalCurrency("max")
} }
func (e *Exchange) QueryAccount(ctx context.Context) (*types.Account, error) { func (e *Exchange) QueryAccount(ctx context.Context) (*types.Account, error) {