replaced mmr_key with unified maintenanceMarginRate

This commit is contained in:
Sam Germain
2022-02-09 04:57:43 -06:00
parent e987e0e2a9
commit fa2c9fc51f
2 changed files with 5 additions and 9 deletions

View File

@@ -23,7 +23,6 @@ class Gateio(Exchange):
_ft_has: Dict = {
"ohlcv_candle_limit": 1000,
"ohlcv_volume_currency": "quote",
"mmr_key": "maintenance_rate",
}
_headers = {'X-Gate-Channel-Id': 'freqtrade'}