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

Fixed the bug in crypto/dd/oi #2650

Merged
merged 6 commits into from
Sep 27, 2022
Merged

Fixed the bug in crypto/dd/oi #2650

merged 6 commits into from
Sep 27, 2022

Conversation

colin99d
Copy link
Contributor

@colin99d colin99d commented Sep 27, 2022

Description

Looks like the parser stuff doesn't like integers too much, so I switched it to strings. Fixes #2580

How has this been tested?

  • Please describe the tests that you ran to verify your changes.
  • Provide instructions so we can reproduce.
  • Please also list any relevant details for your test configuration.
  • Make sure affected commands still run in terminal
  • Ensure the api still works (Test only affects controller, even though INTERVALS was in models)
  • Check any related reports (Test only affects controller, even though INTERVALS was in models)

Checklist:

Others

  • I have performed a self-review of my own code.
  • I have commented my code, particularly in hard-to-understand areas.

@colin99d colin99d added the bug Fix bug label Sep 27, 2022
@colin99d colin99d merged commit c1b352e into main Sep 27, 2022
@colin99d colin99d deleted the crypto_dd_oi_i branch September 27, 2022 16:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Fix bug
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Bug] Crypto/DD/OI - Frequency Interval flag is broken and also ambigious. What is 0,1,2,4?
2 participants