remove loadMarkets from "required" section,

it's now implied that all ccxt exchanges provide this method.
This commit is contained in:
Matthias 2022-07-07 19:44:54 +02:00
parent 2dc46ca0b8
commit b39508f64d
1 changed files with 0 additions and 1 deletions

View File

@ -68,7 +68,6 @@ EXCHANGE_HAS_REQUIRED = [
'fetchBalance',
# Public endpoints
'loadMarkets',
'fetchOHLCV',
]