Skip to content

Commit

Permalink
Update prediction_market_agent_tooling/markets/data_models.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 57a2ccf commit 9d4e572
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion prediction_market_agent_tooling/markets/data_models.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ class Bet(BaseModel):
outcome: bool
created_time: datetime
market_question: str
market_id: HexAddress
market_id: str

def __str__(self) -> str:
return f"Bet for market {self.market_id} for question {self.market_question} created at {self.created_time}: {self.amount} on {self.outcome}"
Expand Down

0 comments on commit 9d4e572

Please sign in to comment.