Remove default symbol from get_fee()

This commit is contained in:
Matthias
2019-12-14 13:22:42 +01:00
parent a48c0ad868
commit 2275a1539e
3 changed files with 4 additions and 4 deletions

View File

@@ -921,7 +921,7 @@ class Exchange:
raise OperationalException(e) from e
@retrier
def get_fee(self, symbol='ETH/BTC', type='', side='', amount=1,
def get_fee(self, symbol, type='', side='', amount=1,
price=1, taker_or_maker='maker') -> float:
try:
# validate that markets are loaded before trying to get fee