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 22, 2024
1 parent 83e9843 commit 8fa9722
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,7 @@ def _calc_binary_shares(
return 0, 0

_, _, _, num_shares, available_shares = self._compute_new_tokens_distribution(
token_amounts.copy(), prices.copy(), net_bet_amount, vote
token_amounts.copy(), prices, net_bet_amount, vote
)

return num_shares, available_shares
Expand Down

0 comments on commit 8fa9722

Please sign in to comment.