Skip to content

Commit

Permalink
Remove unused 'allow_opposite_bets' (#432)
Browse files Browse the repository at this point in the history
  • Loading branch information
evangriffiths authored Sep 24, 2024
1 parent 909d9fe commit c01d2ef
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion prediction_market_agent_tooling/deploy/agent.py
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,6 @@ class DeployableTraderAgent(DeployableAgent):
min_required_balance_to_operate: xDai | None = xdai_type(1)
min_balance_to_keep_in_native_currency: xDai | None = xdai_type(0.1)
strategy: BettingStrategy = MaxAccuracyBettingStrategy()
allow_opposite_bets: bool = False

def __init__(
self,
Expand Down

0 comments on commit c01d2ef

Please sign in to comment.