From dbcf35e4a400f95bc119c7511cc2cf25453cd651 Mon Sep 17 00:00:00 2001 From: c9s Date: Thu, 11 Mar 2021 11:22:13 +0800 Subject: [PATCH] add FeeCurrency field --- pkg/exchange/max/maxapi/account.go | 1 + 1 file changed, 1 insertion(+) diff --git a/pkg/exchange/max/maxapi/account.go b/pkg/exchange/max/maxapi/account.go index 078883ced..cd6582167 100644 --- a/pkg/exchange/max/maxapi/account.go +++ b/pkg/exchange/max/maxapi/account.go @@ -193,6 +193,7 @@ type Withdraw struct { CurrencyVersion string `json:"currency_version"` // "eth" Amount string `json:"amount"` Fee string `json:"fee"` + FeeCurrency string `json:"fee_currency"` TxID string `json:"txid"` // State can be "submitting", "submitted",