Update trading_fee naming

This commit is contained in:
Matthias
2022-03-26 15:15:16 +01:00
parent 9b8a2435f8
commit f5578aba48
4 changed files with 6 additions and 5 deletions

View File

@@ -57,7 +57,7 @@ class Gateio(Exchange):
# An alternative also contianing fees would be
# privateFuturesGetSettleAccountBook({"settle": "usdt"})
pair_fees = self.trading_fees.get(pair, {})
pair_fees = self._trading_fees.get(pair, {})
if pair_fees and pair_fees['taker'] is not None:
order['fee'] = {
'currency': self.get_pair_quote_currency(pair),