mirror of
https://github.com/c9s/bbgo.git
synced 2024-11-21 22:43:52 +00:00
max: fix internal currency usage
This commit is contained in:
parent
c58375f57e
commit
5112b83041
|
@ -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) {
|
||||
|
|
Loading…
Reference in New Issue
Block a user