Skip to content

Commit

Permalink
Update packages/valory/skills/decision_maker_abci/behaviours/decision…
Browse files Browse the repository at this point in the history
…_receive.py

Co-authored-by: Adamantios Zaras <[email protected]>
  • Loading branch information
cyberosa and Adamantios authored Nov 21, 2024
1 parent c164516 commit 5b03068
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -337,7 +337,7 @@ def _calculate_new_liquidity(self, net_bet_amount: int, vote: int) -> LiquidityI
_,
_,
) = self._compute_new_tokens_distribution(
token_amounts.copy(), prices.copy(), net_bet_amount, vote
token_amounts.copy(), prices, net_bet_amount, vote
)

new_other = other_tokens_in_pool + other_shares
Expand Down

0 comments on commit 5b03068

Please sign in to comment.