Skip to content

Commit

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


fix: replace approval tx with status

Co-authored-by: Adamantios Zaras <[email protected]>
  • Loading branch information
annasambrook and Adamantios authored Dec 9, 2024
1 parent cdfa138 commit d234b5e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ def _build_exchange_tx(self) -> WaitableConditionType:

def _build_approval_tx(self) -> WaitableConditionType:
"""Build an ERC20 approve transaction."""
approval_tx = yield from self.build_approval_tx(
status = yield from self.build_approval_tx(
self.investment_amount,
self.market_maker_contract_address,
self.collateral_token,
Expand Down

0 comments on commit d234b5e

Please sign in to comment.