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

incorrect parameter description in function comments for get_network_hashrate() #3

Open
PlebeiusGaragicus opened this issue Jun 9, 2022 · 0 comments

Comments

@PlebeiusGaragicus
Copy link

intervals to generate the timeseries, options are: `_1_DAY`, `_7_DAYS`, `_1_MONTH`, `_3_MONTHS`, `_1_YEAR` and `ALL`

Calling get_network_hashrate("_7_DAYS") returns this error:

{'errors': [{'message': 'Variable "$inputInterval" got invalid value "_7_DAYS"; Value "_7_DAYS" does not exist in "ChartsInterval" enum. Did you mean the enum value "_7_DAY", "_1_DAY", "_3_DAY", or "_30_DAY"?', 'locations': [{'line': 1, 'column': 28}]}]}

Appears that the comments are wrong. Wondering if this is true for other functions.

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