Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Coinmarketcap: If multiple quotes are provided only the last one is returned. #46

Open
Zapata opened this issue Jun 7, 2018 · 1 comment

Comments

@Zapata
Copy link

Zapata commented Jun 7, 2018

Only the last quote for each base is computed in Coinmarketcap source.

For example with this configuration:

    coinmarketcap:
        klass: Coinmarketcap
        enable: True
        quotes:
            - BTC
            - BTS
        bases:
            - BTC
            - USD

Only 'BTC:USD' and 'BTS:USD' are computed, 'BTS:BTC' is missing.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant