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

Fixes#355: [Pdr acc] CORS, Debug Mode, the first day issue on the calculation #358

Merged
merged 24 commits into from
Nov 15, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
issue355 min stake amount is deleted
  • Loading branch information
kdetry committed Nov 13, 2023
commit 161a0eb605f6b0a0b07dfed1d1bad2f80b34d30a
3 changes: 0 additions & 3 deletions pdr_backend/util/subgraph_predictions.py
Original file line number Diff line number Diff line change
Expand Up @@ -138,9 +138,6 @@ def fetch_filtered_predictions(
stake = float(prediction["stake"])
predictoor_user = prediction["user"]["id"]

if stake < 0.01:
continue

prediction_obj = Prediction(
pair_name,
timeframe,
Expand Down
Loading