Skip to content

Commit

Permalink
Update prediction_market_agent_tooling/markets/manifold/api.py
Browse files Browse the repository at this point in the history
Co-authored-by: Peter Jung <[email protected]>
  • Loading branch information
gabrielfior and kongzii authored Jul 8, 2024
1 parent 9d4e572 commit 5e51c90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion prediction_market_agent_tooling/markets/manifold/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ def manifold_to_generic_resolved_bet(
outcome=bet.get_resolved_boolean_outcome(),
created_time=bet.createdTime,
market_question=market.question,
market_id=HexAddress(HexStr(market.id)),
market_id=market.id,
market_outcome=market_outcome,
resolved_time=market.resolutionTime,
profit=bet.get_profit(market_outcome=market_outcome),
Expand Down

0 comments on commit 5e51c90

Please sign in to comment.