desytech / kubot

Lendbot for Kucoin
GNU General Public License v3.0
2 stars 2 forks source link

Use currency on get lending market data parameters #25

Closed desytech closed 3 years ago

desytech commented 3 years ago

get_active_list method supports **kwargs which defines a specific currency. we should use this parameter.

Actual:

                if a['currency'] != currency:
                    continue

Expected:

desytech commented 3 years ago

fixed with b8fb61b