We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
This check prevents the spot price calculation between share and stable asset: https://github.com/galacticcouncil/HydraDX-wasm/blob/d0e8a31b7c9aedef3344d8aed9b05e9185fb89d2/src/lib.rs#L751-L753
We want an && instead of || in the check.
&&
||
Optionall, we could check if assets that is not in reserves is pool_id.
The text was updated successfully, but these errors were encountered:
Closed as tracked in the source repo: galacticcouncil/HydraDX-wasm#32
Sorry, something went wrong.
No branches or pull requests
This check prevents the spot price calculation between share and stable asset: https://github.com/galacticcouncil/HydraDX-wasm/blob/d0e8a31b7c9aedef3344d8aed9b05e9185fb89d2/src/lib.rs#L751-L753
We want an
&&
instead of||
in the check.Optionall, we could check if assets that is not in reserves is pool_id.
The text was updated successfully, but these errors were encountered: